summaryrefslogtreecommitdiff
path: root/update-base.sh (plain)
blob: c205f9754867073a0fe04206ff444fbb0fbe8b2f
1#!/bin/bash
2
3# WARNING: vendor-base is placed here only for testing.
4# It should typically be created elsewhere.
5
6options="-Lexport-header \
7 -r vendor.amlogic.hardware:vendor/amlogic/ampere/interfaces \
8 -r android.hidl:system/libhidl/transport\
9 -r android.hardware:hardware/interfaces"
10
11hidl-gen $options \
12 -o system/tools/hidl/test/vendor/1.0/vendor-base.h \
13 vendor.amlogic.hardware.systemcontrol@1.0