Skip to content
Snippets Groups Projects
Commit 2711a9cb authored by kubersharma001's avatar kubersharma001 Committed by Dhina17
Browse files

onclite: Do not enable updatable APEXes

This reverts commit 48a38b2fdcf02a1a01b1df5165b13b295f44307e.

It can't really be enabled for our device, as apexd requires /data/apex
to be available right after boot to update all the Android modules.
As in all FDE devices, /data/apex is encrypted until the device
is unlocked by the user, rendering APEX basically useless as only
the system APEX variants will be loaded at boot.

Change-Id: I0649862e5c5b2c1a1cb597914a11df79b3e01957
parent 90c465c8
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,6 @@
$(call inherit-product, vendor/xiaomi/onclite/onclite-vendor.mk)
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Overlays
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay-lineage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment