commit | 3d9ebcbec50167e3c38e2f1add22acc1364997a7 | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Tue Jun 25 14:37:16 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jun 25 14:37:16 2019 -0700 |
tree | 8e00335d9b7063bcad9451758ccd950000e0800c | |
parent | 5e15e1da556c6e1c11864fbfd0e5765bc1e920ee [diff] | |
parent | ead7eed28d461b94d7046f54e148d7376878b552 [diff] |
hikey/hikey960: Fix APEX related crashloop am: ead7eed28d Change-Id: I09ca0d911efa2d61ed9d50592ade1c185ad309d1
diff --git a/device-common.mk b/device-common.mk index 0c8c457..2d245a2 100644 --- a/device-common.mk +++ b/device-common.mk
@@ -14,6 +14,10 @@ # limitations under the License. # +# Enable updating of APEXes +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + + ifneq (,$(filter $(TARGET_PRODUCT),hikey960_tv hikey_tv)) # Setup TV Build USE_OEM_TV_APP := true