diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2019-02-22 15:38:22 +0000 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:53 +0300 |
commit | bed1608c023fb4f232371fb27b6ef564d69c625e (patch) | |
tree | c9c7f3455eeb14b1a48f00df63e36ee3dbf620b1 /BoardConfigCommon.mk | |
parent | bb3096f09594b9622b4c17ab0bc45ae70e9ad750 (diff) |
sdm660-common: Generate the apex image.
Change-Id: I18a76766590db27a4c32534dc948f55f78da166c
Signed-off-by: Akhil Narang <akhilnarang.1999@gmail.com>
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index a3cac69..0d16b2a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -72,6 +72,9 @@ BOARD_USES_QCOM_HARDWARE := true # ANT+ BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl" +# APEX image +DEXPREOPT_GENERATE_APEX_IMAGE := true + # Audio BOARD_USES_ALSA_AUDIO := true USE_CUSTOM_AUDIO_POLICY := 1 |