summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-11 02:00:46 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-11 02:00:46 +0000
commit4a707ef1f7bc8f0ce5b1ea3c69fa9d65cf54da01 (patch)
tree0441c3c72f4b3897b376bc9317efe804739e5c6a
parentd1c2eb1a82461a576147a6c1082a2b2699cd8565 (diff)
parent7e09168c2e755dccd06015db094f4e860462dd80 (diff)
downloadcar-android12L-tests-release.tar.gz
Change-Id: I7ac306da6d27707bb76e447c6f99cac9e4fea4e1
-rw-r--r--gsi_car_arm64.mk4
-rw-r--r--gsi_car_x86_64.mk4
2 files changed, 8 insertions, 0 deletions
diff --git a/gsi_car_arm64.mk b/gsi_car_arm64.mk
index 0977da4..fcda6b2 100644
--- a/gsi_car_arm64.mk
+++ b/gsi_car_arm64.mk
@@ -16,6 +16,10 @@
$(call inherit-product, device/generic/car/gsi_car_base.mk)
$(call inherit-product, device/generic/common/gsi_arm64.mk)
+# This option is specific to the phone GSI, so clear this option after
+# gsi_arm64.mk is inherited.
+PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT :=
+
PRODUCT_NAME := gsi_car_arm64
PRODUCT_DEVICE := generic_arm64
PRODUCT_BRAND := Android
diff --git a/gsi_car_x86_64.mk b/gsi_car_x86_64.mk
index 378fa5c..519deef 100644
--- a/gsi_car_x86_64.mk
+++ b/gsi_car_x86_64.mk
@@ -16,6 +16,10 @@
$(call inherit-product, device/generic/car/gsi_car_base.mk)
$(call inherit-product, device/generic/common/gsi_x86_64.mk)
+# This option is specific to the phone GSI, so clear this option after
+# gsi_x86_64.mk is inherited.
+PRODUCT_INSTALL_DEBUG_POLICY_TO_SYSTEM_EXT :=
+
PRODUCT_NAME := gsi_car_x86_64
PRODUCT_DEVICE := generic_x86_64
PRODUCT_BRAND := Android