summaryrefslogtreecommitdiffstats
path: root/core/qcom_target.mk
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2015-10-10 15:15:34 -0400
committerRashed Abdel-Tawab <rashed@linux.com>2015-10-12 20:00:44 -0400
commit0e5acc1266a250cb51ba049df1e205403950ceb0 (patch)
tree04e6714978b2f3ffe7ae248788e1c6837e253a2f /core/qcom_target.mk
parentb365f4facb365692209e0338be4f6e845fd7f4c3 (diff)
downloadbuild-0e5acc1266a250cb51ba049df1e205403950ceb0.zip
build-0e5acc1266a250cb51ba049df1e205403950ceb0.tar.gz
build-0e5acc1266a250cb51ba049df1e205403950ceb0.tar.bz2
qcom: Enable TARGET_COMPILE_WITH_MSM_KERNEL
In the 6.0 HALs, CAF added the TARGET_COMPILE_WITH_MSM_KERNEL which is enabled when building AOSP with an in-line kernel. Since we only use in-line kernel builds, go ahead and enable it across the board for all Qualcomm devices Change-Id: I36bba34b7f1009b0776256cf0e0ce57e6c7377f4
Diffstat (limited to 'core/qcom_target.mk')
-rw-r--r--core/qcom_target.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/qcom_target.mk b/core/qcom_target.mk
index 6922b46..df23a36 100644
--- a/core/qcom_target.mk
+++ b/core/qcom_target.mk
@@ -22,6 +22,9 @@ ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
TARGET_USES_QCOM_BSP := true
TARGET_ENABLE_QC_AV_ENHANCEMENTS := true
+ # Tell HALs that we're compiling an AOSP build with an in-line kernel
+ TARGET_COMPILE_WITH_MSM_KERNEL := true
+
# Enable DirectTrack for legacy targets
ifneq ($(filter msm7x30 msm8660 msm8960,$(TARGET_BOARD_PLATFORM)),)
ifeq ($(BOARD_USES_LEGACY_ALSA_AUDIO),true)