diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2019-02-22 15:38:22 +0000 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-11-05 21:38:39 +0100 |
commit | 9787b0c33eda1304773bd075b7001249f9fc0275 (patch) | |
tree | b35b78f09b578d282fa228ac5719444a9f7fb142 | |
parent | 27fabed1d01090e137b756c064cbba8cefb85020 (diff) |
msm8996-common: Generate the apex image.
Change-Id: I18a76766590db27a4c32534dc948f55f78da166c
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index f0e8be3..9f91296 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -64,6 +64,9 @@ BOARD_VNDK_VERSION := current PRODUCT_FULL_TREBLE_OVERRIDE := true PRODUCT_VENDOR_MOVE_ENABLED := true +# APEX image +DEXPREOPT_GENERATE_APEX_IMAGE := true + # Audio AUDIO_FEATURE_ENABLED_ACDB_LICENSE := true AUDIO_FEATURE_ENABLED_ALAC_OFFLOAD := true |