commit | 261857faacbf002a8499443090bf59154fec0ca6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Apr 02 20:04:41 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 02 20:04:41 2024 +0000 |
tree | 41202783b3a4115dd0ee8c8863a180ef29b7815c | |
parent | 9c7a000d6ffe5952f2fb4a0a1db10c728cfa8313 [diff] | |
parent | e66f98fe7da891283f28240cf3410d66bb83c1dd [diff] |
Merge "Add PRODUCT_MODULE_BUILD_FROM_SOURCE to sdk's product config" into main
diff --git a/target/product/sdk.mk b/target/product/sdk.mk index 04649a2..1a07363 100644 --- a/target/product/sdk.mk +++ b/target/product/sdk.mk
@@ -34,6 +34,9 @@ PRODUCT_BUILD_FROM_SOURCE_STUB := true +# Use sources of mainline modules +PRODUCT_MODULE_BUILD_FROM_SOURCE := true + ifeq ($(WITHOUT_CHECK_API),true) $(error WITHOUT_CHECK_API cannot be set to true for SDK product builds) endif