diff options
author | Jiyong Park <jiyong@google.com> | 2019-04-15 14:19:03 +0900 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-11-05 21:38:39 +0100 |
commit | 106ac21a9281f33472a8481d77d5256756ac83ef (patch) | |
tree | 2e0618ce7422a0652b4198fb77df8c5ac584a302 /msm8996.mk | |
parent | 9787b0c33eda1304773bd075b7001249f9fc0275 (diff) |
msm8996-common: Add updatable_apex.mk
The product abstracts configs that need to be set to support updating of APEXes.
Change-Id: Id5aa944ceba6a6846308f1c18a08af8b3bb38589
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ $(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 \ |