interfaces: Split between vendors

This should make updates-makefiles.sh usable.

Change-Id: I118fcb1bcbed290eb894f92c058269189f2dde84
This commit is contained in:
Bruno Martins 2022-03-04 16:19:18 +00:00
parent 2d6bc53b95
commit 1bb66f6898
15 changed files with 8 additions and 5 deletions

View File

@ -1,9 +1,9 @@
hidl_package_root {
name: "vendor.xiaomi",
path: "hardware/xiaomi/interfaces",
name: "vendor.goodix",
path: "hardware/xiaomi/interfaces/goodix",
}
hidl_package_root {
name: "vendor.goodix",
path: "hardware/xiaomi/interfaces",
name: "vendor.xiaomi",
path: "hardware/xiaomi/interfaces/xiaomi",
}

View File

@ -3,4 +3,7 @@
source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
do_makefiles_update \
"vendor.xiaomi:hardware/xiaomi/interfaces"
"vendor.goodix:hardware/xiaomi/interfaces/goodix"
do_makefiles_update \
"vendor.xiaomi:hardware/xiaomi/interfaces/xiaomi"