Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
10 lines
253 B
Bash
Executable File
10 lines
253 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
|
|
|
do_makefiles_update \
|
|
"rockchip.hardware:vendor/rockchip/hardware/interfaces" \
|
|
"android.hardware:hardware/interfaces" \
|
|
"android.hidl:system/libhidl/transport"
|
|
|