From c5fc637c208e0bb059b7138422c22e7931f3a8d0 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Wed, 17 Apr 2019 18:23:07 +0900 Subject: [PATCH] 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 --- target/product/mainline_system.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk index 66207dfe3..fc5c55489 100644 --- a/target/product/mainline_system.mk +++ b/target/product/mainline_system.mk @@ -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)