Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7665dbcc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Disable WITHOUT_CHECK_API for SDK products" into main

parents b5f63e65 c4dc1f69
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -30,3 +30,7 @@ PRODUCT_BRAND := Android
PRODUCT_DEVICE := mainline_x86

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