You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
398 B
13 lines
398 B
#!/bin/bash
|
|
|
|
# WARNING: vendor-base is placed here only for testing.
|
|
# It should typically be created elsewhere.
|
|
|
|
options="-Lexport-header \
|
|
-r hidl.tests:system/tools/hidl/test/\
|
|
-r android.hidl:system/libhidl/transport\
|
|
-r android.hardware:hardware/interfaces"
|
|
|
|
hidl-gen $options \
|
|
-o system/tools/hidl/test/vendor/1.0/vendor-base.h \
|
|
tests.vendor@1.0 |