interfaces: Update blueprints to reflect renamed repo

Repo android_device_xiaomi_common is now android_hardware_xiaomi

Change-Id: I2ad964dad3a20784cebdd5fb1f4db353efaa531d
This commit is contained in:
Bruno Martins 2020-04-07 22:04:04 +01:00
parent b78b8dc49d
commit 6521d34433
2 changed files with 3 additions and 3 deletions

View File

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

View File

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