summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2022-04-18 11:50:17 -0700
committerCole Faust <colefaust@google.com>2022-04-19 17:21:51 -0700
commit0053c1f458bae8f8680447d45d7249329382ce82 (patch)
tree5e472d5da9fbb90c93b2af3dde432ddbdeeadd32
parentc5ae906789b9fbf9135ad71636a6f9ec7e9fe916 (diff)
downloadgoogle_car-0053c1f458bae8f8680447d45d7249329382ce82.tar.gz
Set PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS to false instead of clearing
Clearing PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS has the subtle effect of causing it to not inherit from files that had already been inherited, but it still inherits from files that are inherited afterwards. Starlark doesn't support this behavior, so instead set it to false so that artifact path requirements are disabled entirely. Bug: 188079133 Test: Presubmits Change-Id: I4b11601bb66a471194072e75fa954d18ddae0654
-rw-r--r--common/pre_google_car.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pre_google_car.mk b/common/pre_google_car.mk
index 6437e35..adee9fa 100644
--- a/common/pre_google_car.mk
+++ b/common/pre_google_car.mk
@@ -25,7 +25,7 @@ DEVICE_FRAMEWORK_MANIFEST_FILE += device/google_car/common/manifest.xml
PRODUCT_ENFORCE_RRO_TARGETS :=
# Enable mainline checking
-PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS :=
+PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := false
# All components inherited here go to system image
#