Home | History | Annotate | Download | only in vendor
      1 #!/bin/bash
      2 
      3 options="-r tests:system/tools/hidl/test/ \
      4          -r android.hidl:system/libhidl/transport \
      5          -r android.hardware:hardware/interfaces"
      6 
      7 hidl-gen -Lmakefile $options tests.vendor@1.0;
      8 hidl-gen -Landroidbp $options -t tests.vendor@1.0;
      9 hidl-gen -Lmakefile $options tests.vendor@1.1;
     10 hidl-gen -Landroidbp $options -t tests.vendor@1.1;
     11