Skip to content
Snippets Groups Projects
Commit fa0fa16c authored by John Stultz's avatar John Stultz
Browse files

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: default avatarJohn Stultz <john.stultz@linaro.org>
parent 9d2903b2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment