Merge "Disable WITHOUT_CHECK_API for SDK products" into main
This commit is contained in:
@@ -29,4 +29,8 @@ PRODUCT_NAME := sdk
|
||||
PRODUCT_BRAND := Android
|
||||
PRODUCT_DEVICE := mainline_x86
|
||||
|
||||
PRODUCT_BUILD_FROM_SOURCE_STUB := true
|
||||
PRODUCT_BUILD_FROM_SOURCE_STUB := true
|
||||
|
||||
ifeq ($(WITHOUT_CHECK_API),true)
|
||||
$(error WITHOUT_CHECK_API cannot be set to true for SDK product builds)
|
||||
endif
|
||||
|
Reference in New Issue
Block a user