matisse-common: TARGET_FLATTEN_APEX=true for msm8226

APEXes are flattened for msm8226. Kernel is too old to support APEXes
without performance regression.

Bug: 123684826
This commit is contained in:
Jiyong Park 2019-09-13 17:29:26 +05:30 committed by DJABhipHop
parent e615b2311e
commit b367c2e0fd
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ TARGET_SPECIFIC_HEADER_PATH := $(COMMON_PATH)/include
USE_CUSTOM_AUDIO_POLICY := 1
USE_XML_AUDIO_POLICY_CONF := 1
# APEX
TARGET_FLATTEN_APEX := true
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(COMMON_PATH)/bluetooth
BOARD_HAVE_BLUETOOTH_QCOM := true