diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2020-04-01 10:04:21 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2020-04-01 10:06:07 +0200 |
commit | 3d9046562dddf5910570cadfdf5fe52731c5d21c (patch) | |
tree | 25575e3a2605d6593c86ca5a4179696bcced4cb5 | |
parent | 32d6addd6bf933f1d77742c1cd88806bbf770070 (diff) |
Revert "msm8996-common: Add updatable_apex.mk"
* All ZUK msm8996 devices use FDE, which gives issues with updatable
apex such as not booting correctly after the initial encryption
from system settings
* Regardless on lineage we aren't going to use any Google prebuilt
to have apex working
This reverts commit 106ac21a9281f33472a8481d77d5256756ac83ef.
Change-Id: Iae1728e4a798dcdda7c1e75a5c335c558515f0e3
-rwxr-xr-x | msm8996.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -26,9 +26,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_m.mk) # Get non-open-source specific aspects $(call inherit-product, vendor/zuk/msm8996-common/msm8996-common-vendor.mk) -# Enable updating of APEXes -$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) - # Overlays DEVICE_PACKAGE_OVERLAYS += \ $(LOCAL_PATH)/overlay \ |