summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Naidis <alex.naidis@linux.com>2017-05-23 22:38:17 +0200
committeralk3pInjection <webmaster@raspii.tech>2022-01-16 08:10:05 +0800
commit883d2ea4a51b8e116932ad15ed3fbc6a3295e4d8 (patch)
tree504e7292542bda3e8dff17d73ad6752b33e50c92
parentbadd682e48eed4745558feec439deb1e05f19947 (diff)
common: Mark QCNE as supported
All Qualcomm devices are capable of theoretic QCNE support. Change-Id: I812a044105698971c280657e40e737be049c124f Signed-off-by: Alex Naidis <alex.naidis@linux.com>
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index b87f8bd..3b99ae6 100644
--- a/common.mk
+++ b/common.mk
@@ -16,6 +16,7 @@
TARGET_COMPILE_WITH_MSM_KERNEL := true
TARGET_HAS_QC_KERNEL_SOURCE := true
BOARD_USES_ADRENO := true
+BOARD_USES_QCNE := true
# Allow building audio encoders
TARGET_USES_QCOM_MM_AUDIO := true