interfaces: Split between vendors
This should make updates-makefiles.sh usable. Change-Id: I118fcb1bcbed290eb894f92c058269189f2dde84
This commit is contained in:
parent
2d6bc53b95
commit
1bb66f6898
@ -1,9 +1,9 @@
|
|||||||
hidl_package_root {
|
hidl_package_root {
|
||||||
name: "vendor.xiaomi",
|
name: "vendor.goodix",
|
||||||
path: "hardware/xiaomi/interfaces",
|
path: "hardware/xiaomi/interfaces/goodix",
|
||||||
}
|
}
|
||||||
|
|
||||||
hidl_package_root {
|
hidl_package_root {
|
||||||
name: "vendor.goodix",
|
name: "vendor.xiaomi",
|
||||||
path: "hardware/xiaomi/interfaces",
|
path: "hardware/xiaomi/interfaces/xiaomi",
|
||||||
}
|
}
|
||||||
|
@ -3,4 +3,7 @@
|
|||||||
source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
||||||
|
|
||||||
do_makefiles_update \
|
do_makefiles_update \
|
||||||
"vendor.xiaomi:hardware/xiaomi/interfaces"
|
"vendor.goodix:hardware/xiaomi/interfaces/goodix"
|
||||||
|
|
||||||
|
do_makefiles_update \
|
||||||
|
"vendor.xiaomi:hardware/xiaomi/interfaces/xiaomi"
|
||||||
|
Loading…
Reference in New Issue
Block a user