remove ART
This commit is contained in:
31
device.mk
31
device.mk
@@ -8,10 +8,6 @@
|
||||
$(call soong_config_set,rfs,mpss_firmware_symlink_target,firmware_modem)
|
||||
$(call inherit-product, hardware/qcom-caf/common/common.mk)
|
||||
|
||||
# ART
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/default_art_config.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
||||
|
||||
# Enable project quotas and casefolding for emulated storage without sdcardfs
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
|
||||
|
||||
@@ -24,29 +20,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/non_ab_device.mk)
|
||||
# Dalvik
|
||||
$(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)
|
||||
|
||||
# AAPT
|
||||
PRODUCT_AAPT_CONFIG := normal
|
||||
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
frameworks/base/apex/com.android.art \
|
||||
frameworks/base/apex/com.android.runtime \
|
||||
frameworks/base/apex/com.android.conscrypt \
|
||||
frameworks/base/apex/com.android.i18n \
|
||||
frameworks/base/apex/com.android.tzdata
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
com.android.art \
|
||||
com.android.runtime \
|
||||
com.android.conscrypt \
|
||||
com.android.i18n \
|
||||
com.android.tzdata
|
||||
|
||||
# com.android.art und com.android.runtime beim Packaging entpacken
|
||||
PRODUCT_UNPACK_APEX += \
|
||||
com.android.art \
|
||||
com.android.runtime
|
||||
|
||||
|
||||
PRODUCT_AAPT_PREF_CONFIG := xxxhdpi
|
||||
|
||||
# API levels
|
||||
@@ -56,10 +29,6 @@ PRODUCT_SHIPPING_API_LEVEL := $(BOARD_SHIPPING_API_LEVEL)
|
||||
# No A/B
|
||||
AB_OTA_UPDATER := false
|
||||
|
||||
# APEX
|
||||
TARGET_BUILD_ART_APEX := true
|
||||
|
||||
|
||||
# Audio
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.audio@7.1-impl.samsung-sm8650 \
|
||||
|
Reference in New Issue
Block a user