aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorRuthwar Ambeer <rambeer@codeaurora.org>2018-07-31 17:21:32 +0530
committerTingyiChen <tingyi364@gmail.com>2019-08-13 11:53:13 +0200
commitfc596429628529c1ce5e469631aae299d6dbc598 (patch)
treeec501ac8f337c6a74a52d9c071fb783fb6dfd337 /BoardConfigCommon.mk
parent001d67ea416497b21e2099e1c9678d5a9309c3fa (diff)
wayne-common: Move AtFwd hal from device to framework manifest.
AtFwd hal is implemented as an android service and it stars from system partition, that is, it's not a traditional vendor hal and hence it should be declared in the framework manifest and not in the device manifest. This commit introduces new device specific framework manifest (framework_manifest.xml) and moves AtFwd hal from device to framework manifest. Change-Id: Iacdb5604a682b8462d16297f4b543928bb100282 CRs-Fixed: 2287149
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 073205d..affcba9 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -188,6 +188,7 @@ USE_DEVICE_SPECIFIC_GPS := true
BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := $(TARGET_BOARD_PLATFORM)
# HIDL
+DEVICE_FRAMEWORK_MANIFEST_FILE := $(COMMON_PATH)/framework_manifest.xml
DEVICE_MANIFEST_FILE := $(COMMON_PATH)/manifest.xml
DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml