Merge "Add PRODUCT_MODULE_BUILD_FROM_SOURCE to sdk's product config" into main

This commit is contained in:
Treehugger Robot
2024-04-02 20:04:41 +00:00
committed by Gerrit Code Review

View File

@@ -34,6 +34,9 @@ PRODUCT_DEVICE := mainline_x86
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