sdm845-common: Enabled updateable APEX

Change-Id: Iae46cbf48ae5fbfa100e83e8d6ce19f225102cf3
This commit is contained in:
Luca Stefani 2019-09-12 23:47:56 +02:00 committed by LuK1337
parent b7127606f9
commit 52523b4d21
2 changed files with 6 additions and 0 deletions

View file

@ -67,6 +67,9 @@ PRODUCT_EXTRA_VNDK_VERSIONS := 28
# ANT+ # ANT+
BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl" BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl"
# APEX
DEXPREOPT_GENERATE_APEX_IMAGE := true
# Audio # Audio
USE_CUSTOM_AUDIO_POLICY := 1 USE_CUSTOM_AUDIO_POLICY := 1
USE_XML_AUDIO_POLICY_CONF := 1 USE_XML_AUDIO_POLICY_CONF := 1

View file

@ -14,6 +14,9 @@
# limitations under the License. # limitations under the License.
# #
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Get non-open-source specific aspects # Get non-open-source specific aspects
$(call inherit-product, vendor/oneplus/sdm845-common/sdm845-common-vendor.mk) $(call inherit-product, vendor/oneplus/sdm845-common/sdm845-common-vendor.mk)