blob: 093671e7deaa3ebc9419b1a749b4e293cd9f3b43 [file] [log] [blame]
#!/bin/bash
options="-r tests:system/tools/hidl/test/ \
-r android.hidl:system/libhidl/transport \
-r android.hardware:hardware/interfaces"
hidl-gen -Lmakefile $options tests.vendor@1.0;
hidl-gen -Landroidbp $options tests.vendor@1.0;
hidl-gen -Lmakefile $options tests.vendor@1.1;
hidl-gen -Landroidbp $options tests.vendor@1.1;