forked from openkylin/platform_build
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: I607781ce7c6299cbc98c54c683d04db3b65c2e21
This commit is contained in:
parent
de7d8b19b6
commit
2c5def62dc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue