a8c9289173
This still doesn't unbreak previous call, but whatever Change-Id: I3267599cfc47a2d39ed480ebcc23514938a8f616
13 lines
409 B
Bash
Executable file
13 lines
409 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
|
|
|
do_makefiles_update \
|
|
"vendor.lineage:hardware/lineage/interfaces" \
|
|
"android.hardware:hardware/interfaces" \
|
|
"android.hidl:system/libhidl/transport"
|
|
|
|
do_makefiles_update \
|
|
"lineage.hardware:hardware/lineage/interfaces/_backend" \
|
|
"android.hardware:hardware/interfaces" \
|
|
"android.hidl:system/libhidl/transport"
|