Home | History | Annotate | Download | only in hidl
      1 #!/bin/bash
      2 
      3 # TODO(b/35570956): replace makefile generation with something like 'hidl_interface' in a Soong module
      4 
      5 $ANDROID_BUILD_TOP/system/libhidl/update-makefiles.sh
      6 $ANDROID_BUILD_TOP/hardware/interfaces/update-makefiles.sh
      7 $ANDROID_BUILD_TOP/frameworks/hardware/interfaces/update-makefiles.sh
      8 $ANDROID_BUILD_TOP/system/hardware/interfaces/update-makefiles.sh
      9 
     10 $ANDROID_BUILD_TOP/system/tools/hidl/test/vendor/update-makefile.sh
     11