commit | 2c5def62dc843c4ca79ef9ad66f59b58b2fd6f7f | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Oct 07 13:51:33 2019 +0100 |
committer | Anton Hansson <hansson@google.com> | Mon Oct 07 13:51:33 2019 +0100 |
tree | f6e002dddab843e230d61f2eb4ff3ab64886c65a | |
parent | de7d8b19b63ff194e61fe9e5d3a2a28ac23a5a1a [diff] |
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
diff --git a/target/product/mainline_system_x86.mk b/target/product/mainline_system_x86.mk index ac33068..830a2ed 100644 --- a/target/product/mainline_system_x86.mk +++ b/target/product/mainline_system_x86.mk
@@ -37,4 +37,5 @@ 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
diff --git a/target/product/mainline_system_x86_arm.mk b/target/product/mainline_system_x86_arm.mk index 0ed86cc..3c06652 100644 --- a/target/product/mainline_system_x86_arm.mk +++ b/target/product/mainline_system_x86_arm.mk
@@ -37,4 +37,5 @@ 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