Disable vendor path check for mainline variants

This matches what is done for mainline_system_arm64
(in this particular branch).

Test: lunch mainline_system_x86 && m nothing
Change-Id: I4eb236d086bd36b4821ed11411fa404f2d45f2b9
Merged-In: I0f4e1f044c829332caa4bc79e95ba244bee1aef3
(cherry picked from commit 2c5def62dc)
This commit is contained in:
Anton Hansson
2019-10-07 13:51:33 +01:00
parent be1b86480d
commit 985ed05cf4
2 changed files with 4 additions and 2 deletions

View File

@@ -37,4 +37,5 @@ PRODUCT_NAME := mainline_system_x86
PRODUCT_DEVICE := mainline_x86
PRODUCT_BRAND := generic
PRODUCT_SHIPPING_API_LEVEL := 28
PRODUCT_RESTRICT_VENDOR_FILES := all
# TODO(b/137033385): change this back to "all"
PRODUCT_RESTRICT_VENDOR_FILES := owner

View File

@@ -37,4 +37,5 @@ PRODUCT_NAME := mainline_system_x86_arm
PRODUCT_DEVICE := mainline_x86_arm
PRODUCT_BRAND := generic
PRODUCT_SHIPPING_API_LEVEL := 28
PRODUCT_RESTRICT_VENDOR_FILES := all
# TODO(b/137033385): change this back to "all"
PRODUCT_RESTRICT_VENDOR_FILES := owner