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 hidl.tests:system/tools/hidl/test/\
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         tests.vendor@1.0