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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user