mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-02 20:17:16 +09:00
sm6250-common: Re-enable Updatable Apexes
This commit is contained in:
parent
30b370fb7e
commit
757912aaad
@ -8,6 +8,9 @@ COMMON_PATH := device/xiaomi/sm6250-common
|
||||
|
||||
BUILD_BROKEN_DUP_RULES := true
|
||||
|
||||
# APEX image
|
||||
DEXPREOPT_GENERATE_APEX_IMAGE := true
|
||||
|
||||
# Architecture
|
||||
TARGET_ARCH := arm64
|
||||
TARGET_ARCH_VARIANT := armv8-a
|
||||
|
@ -17,6 +17,9 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk)
|
||||
PRODUCT_PACKAGES += \
|
||||
fs_config_files
|
||||
|
||||
# Apex
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
||||
|
||||
# API
|
||||
PRODUCT_SHIPPING_API_LEVEL := 29
|
||||
|
||||
@ -374,6 +377,8 @@ PRODUCT_PACKAGES += \
|
||||
PRODUCT_COPY_FILES += \
|
||||
prebuilts/vndk/v29/arm64/arch-arm64-armv8-a/shared/vndk-core/libhidlcache.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libhidlcache.so
|
||||
|
||||
PRODUCT_EXTRA_VNDK_VERSIONS := 29
|
||||
|
||||
# Vulkan
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.vulkan.compute-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.compute.xml \
|
||||
|
@ -1,3 +1,6 @@
|
||||
# Apex
|
||||
ro.apex.updatable=true
|
||||
|
||||
# Audio
|
||||
media.stagefright.audio.sink=384
|
||||
af.fast.track.multiplier=2
|
||||
|
Loading…
x
Reference in New Issue
Block a user