aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2018-10-16 22:10:47 +0200
committerDavide Garberi <dade.garberi@gmail.com>2018-10-31 15:23:08 +0100
commitb043253eaacad1c1e2a65f38f55d1678a53f61c1 (patch)
treeaca4ba769bb2ccbb6cf6808b9047fac6dd919db0
parenta3607adf171098c0c3f4c7b0f3bf992702ae1d53 (diff)
msm8996-common: Use 8998 hals
* Needed to make vidc working on 4.4 Change-Id: I09fff9cf107c2da003e5c5efa64bdf6210b3539b Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r--BoardConfigCommon.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 2257cab..3c4d667 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -144,6 +144,14 @@ TARGET_NO_RPC := true
USE_DEVICE_SPECIFIC_GPS := true
DEVICE_SPECIFIC_GPS_PATH := $(VENDOR_PATH)/gps
+# HALs
+USE_DEVICE_SPECIFIC_AUDIO := true
+USE_DEVICE_SPECIFIC_DISPLAY := true
+USE_DEVICE_SPECIFIC_MEDIA := true
+DEVICE_SPECIFIC_AUDIO_PATH := hardware/qcom/audio-caf/msm8998
+DEVICE_SPECIFIC_DISPLAY_PATH := hardware/qcom/display-caf/msm8998
+DEVICE_SPECIFIC_MEDIA_PATH := hardware/qcom/media-caf/msm8998
+
# HIDL
DEVICE_MANIFEST_FILE := $(VENDOR_PATH)/manifest.xml
DEVICE_MATRIX_FILE := $(VENDOR_PATH)/compatibility_matrix.xml