8e91873df3
Test: with update-all-google-makefiles.sh Change-Id: I373e270b481d9074f440c3c0826199a207e654f7
8 lines
193 B
Bash
Executable file
8 lines
193 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
|
|
|
do_makefiles_update \
|
|
"android.hardware:hardware/interfaces" \
|
|
"android.hidl:system/libhidl/transport"
|
|
|