diff options
author | Alex Naidis <alex.naidis@linux.com> | 2017-05-23 22:38:17 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-01-16 08:10:05 +0800 |
commit | 883d2ea4a51b8e116932ad15ed3fbc6a3295e4d8 (patch) | |
tree | 504e7292542bda3e8dff17d73ad6752b33e50c92 | |
parent | badd682e48eed4745558feec439deb1e05f19947 (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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |