summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2020-02-06 23:14:28 +0000
committerAmit Pundir <amit.pundir@linaro.org>2020-04-02 16:09:37 +0530
commit03c85fe1ed44ecf80bcb979b5b8ac6fa2d5d5ddb (patch)
tree63bfe3a03eac0fa2d732eb405d94eda66eeef92c
parent57132593c6481694821df8bb3abb5fd999e05296 (diff)
downloaddragonboard410c-03c85fe1ed44ecf80bcb979b5b8ac6fa2d5d5ddb.tar.gz
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> Signed-off-by: Amit Pundir <amit.pundir@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 615c7c8..cff8af0 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