commit | 536715a410ae0093d49e65c617ab5cf4380473ce | [log] [tgz] |
---|---|---|
author | micky387 <mickaelsaibi@free.fr> | Sun May 30 02:32:41 2021 +0200 |
committer | micky387 <mickaelsaibi@free.fr> | Sun May 30 12:47:59 2021 +0200 |
tree | f7dcd221e246ee7d1a721edb7678d861639df801 | |
parent | 3a95e4b08d516d8a39b38934e0ccc9018fb632ef [diff] |
zenfone8: Enable updatable APEX Change-Id: I2db66010d2eb7f73be6dcc06b75aa0187eecd27f
diff --git a/device.mk b/device.mk index 1f5809f..6406afa 100755 --- a/device.mk +++ b/device.mk
@@ -27,6 +27,9 @@ # Include GSI keys $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk) +# Enable updating of APEXes +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + # Overlays DEVICE_PACKAGE_OVERLAYS += \ $(LOCAL_PATH)/overlay \