aboutsummaryrefslogtreecommitdiff
path: root/vsoc_x86_64
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2022-04-18 11:46:30 -0700
committerCole Faust <colefaust@google.com>2022-04-19 16:22:22 -0700
commita4d28c0e4ad5f02ce875b43af519df6073d04c95 (patch)
tree65724c5159633f628945a570bf88b2c8f11a8e9d /vsoc_x86_64
parentdb1dcdbc7e055c0d1388f1e86eccf0f86ddb6aa6 (diff)
downloadcuttlefish-a4d28c0e4ad5f02ce875b43af519df6073d04c95.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: I1b81fae34af79fb79aee59b416201d28b7749c6f
Diffstat (limited to 'vsoc_x86_64')
-rw-r--r--vsoc_x86_64/auto/aosp_cf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vsoc_x86_64/auto/aosp_cf.mk b/vsoc_x86_64/auto/aosp_cf.mk
index 461aadcb6..aed4eeb7f 100644
--- a/vsoc_x86_64/auto/aosp_cf.mk
+++ b/vsoc_x86_64/auto/aosp_cf.mk
@@ -25,7 +25,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_system.mk)
PRODUCT_ENFORCE_RRO_TARGETS := frameworks-res
# FIXME: Disable mainline path checks
-PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS :=
+PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := false
#
# All components inherited here go to system_ext image