1bb66f6898
This should make updates-makefiles.sh usable. Change-Id: I118fcb1bcbed290eb894f92c058269189f2dde84
10 lines
234 B
Bash
Executable File
10 lines
234 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
|
|
|
do_makefiles_update \
|
|
"vendor.goodix:hardware/xiaomi/interfaces/goodix"
|
|
|
|
do_makefiles_update \
|
|
"vendor.xiaomi:hardware/xiaomi/interfaces/xiaomi"
|