9 lines
247 B
Bash
Executable File
9 lines
247 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source system/tools/hidl/update-makefiles-helper.sh
|
|
|
|
mydir=$(dirname $0 | sed -e 's/^\.\///')
|
|
do_makefiles_update \
|
|
"vendor.up.hardware:${mydir}" \
|
|
"android.hardware:hardware/interfaces" \
|
|
"android.hidl:system/libhidl/transport" |