aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorRuthwar Ambeer <rambeer@codeaurora.org>2018-07-31 17:21:32 +0530
committerDavide Garberi <dade.garberi@gmail.com>2019-01-26 13:56:25 +0100
commit44ffceb4da2ef50a9d1dc8d5f10fa0d59f2ea9a0 (patch)
treea7931babdd5709a7b2fdde102bdcf85b3b493261 /BoardConfigCommon.mk
parent8068e96efd64858834dd9fa89757a266587da369 (diff)
msm8996-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 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
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 73a37f9..0458ed0 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -154,6 +154,7 @@ USE_DEVICE_SPECIFIC_MEDIA := true
DEVICE_SPECIFIC_MEDIA_PATH := hardware/qcom/media-caf/msm8998
# HIDL
+DEVICE_FRAMEWORK_MANIFEST_FILE := $(VENDOR_PATH)/framework_manifest.xml
DEVICE_MANIFEST_FILE := $(VENDOR_PATH)/manifest.xml
DEVICE_MATRIX_FILE := $(VENDOR_PATH)/compatibility_matrix.xml