Revert "tulip: Flatten APEXs for performance"

This reverts commit 56b202f10e.

Signed-off-by: GhostMaster69-dev <rathore6375@gmail.com>
This commit is contained in:
GhostMaster69-dev
2023-10-28 12:21:00 +05:30
parent 7ab71b7c67
commit c6ecb70045
2 changed files with 0 additions and 6 deletions

View File

@@ -10,9 +10,6 @@ BUILD_BROKEN_ENFORCE_SYSPROP_OWNER := true
DEVICE_PATH := device/xiaomi/tulip
# APEX
OVERRIDE_TARGET_FLATTEN_APEX := true
# Boot animation
TARGET_SCREEN_HEIGHT := 2160
TARGET_SCREEN_WIDTH := 1080

View File

@@ -113,7 +113,4 @@ void vendor_load_properties()
property_override("dalvik.vm.heaptargetutilization", heaptargetutilization);
property_override("dalvik.vm.heapminfree", heapminfree);
property_override("dalvik.vm.heapmaxfree", heapmaxfree);
// Misc
property_override("ro.apex.updatable", "false");
}