Temporarily not inheriting updatable_apex.mk

It broke camera.

Bug: 130652892
Test: m
Test: adb shell getprop ro.apex.updatable should return false or nothing
Change-Id: Id2df926e152411cb5d0bc4331cfd43e0dcd8ad6c
This commit is contained in:
Jiyong Park 2019-04-17 18:23:07 +09:00 committed by Andrew Chant
parent af11c9f4fd
commit c5fc637c20
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_system.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_default.mk)
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# TODO(b/130652892, b/129035564): uncomment following line when Pixel 2019 kernel
# is updated to support APEX.
#$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Add adb keys to debuggable AOSP builds (if they exist)
$(call inherit-product-if-exists, vendor/google/security/adb/vendor_key.mk)