From 44ffceb4da2ef50a9d1dc8d5f10fa0d59f2ea9a0 Mon Sep 17 00:00:00 2001 From: Ruthwar Ambeer Date: Tue, 31 Jul 2018 17:21:32 +0530 Subject: 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 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'BoardConfigCommon.mk') 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 -- cgit v1.2.3