From 21604d89f79e03355b8cf6151c6afaa74f30a9ee Mon Sep 17 00:00:00 2001 From: Yo Chiang Date: Mon, 10 Aug 2020 17:38:25 +0800 Subject: Enable mainline artifact path enforcement Bug: 138706293 Test: TH / Forrest build pass Change-Id: I1cfbe55496b741d18b4989b5b17f4ba9e884050e --- aosp_bramble.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aosp_bramble.mk b/aosp_bramble.mk index 6ec72bd..0f773ba 100644 --- a/aosp_bramble.mk +++ b/aosp_bramble.mk @@ -21,8 +21,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/mainline_system.mk) # Enable mainline checking -# TODO(b/138706293): Enable mainline checking later -# PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := relaxed +PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := strict # # All components inherited here go to system_ext image -- cgit v1.2.3