platform_hardware_tequila_i.../update-makefiles.sh
Sebastiano Barezzi a8c9289173
interfaces: Add do_makefiles_update call for backend HIDLs
This still doesn't unbreak previous call, but whatever

Change-Id: I3267599cfc47a2d39ed480ebcc23514938a8f616
2024-04-29 01:26:19 +02:00

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"