summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2019-06-19 23:02:25 +0000
committerJohn Stultz <john.stultz@linaro.org>2019-06-19 23:57:13 +0000
commitead7eed28d461b94d7046f54e148d7376878b552 (patch)
tree8e00335d9b7063bcad9451758ccd950000e0800c /device-common.mk
parent57251741ddca413d2e7873363278b65ec9f41135 (diff)
downloadhikey-ead7eed28d461b94d7046f54e148d7376878b552.tar.gz
hikey/hikey960: Fix APEX related crashloop
Fixes "apexd: This device does not support updatable APEX. Exiting" crash loop. Change-Id: I145567d170a0e0df235e0a06ca381f97bd96b4f8 Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index 0c8c457b..2d245a2b 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