summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2020-02-06 23:14:28 +0000
committerJohn Stultz <john.stultz@linaro.org>2020-02-06 23:14:28 +0000
commitfa0fa16c0c7a2a85a33ebd8f92ec8022f12fed1e (patch)
treeb9b510062111376771d3a3096ab3b0b5b48128cb
parent9d2903b2368ab6857fc49f846645f0c558551551 (diff)
db845c: Add Inherit-product for updatable_apex
Recent changes caused the db845c to stop booting successfully, and it was narrowed down to boringssl failures caused by us missing the line to inherit updatable_apex. This patch adds the line, and gets the board to boot again. Change-Id: Ia56a4dc5eba92b6b044880782624b967b1baeb69 Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--device-common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index e9372aa..7be64f9 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -14,6 +14,9 @@
# limitations under the License.
#
+# Enable updating of APEXes
+$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
+
# Device overlay
DEVICE_PACKAGE_OVERLAYS := $(LOCAL_PATH)/overlay