From fa0fa16c0c7a2a85a33ebd8f92ec8022f12fed1e Mon Sep 17 00:00:00 2001 From: John Stultz Date: Thu, 6 Feb 2020 23:14:28 +0000 Subject: 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 --- device-common.mk | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3