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

Commit 3b515576 authored by Yeabkal Wubshit's avatar Yeabkal Wubshit Committed by Automerger Merge Worker
Browse files

Merge "Include Wear flag values in sdk builds" into main am: acbc35aa am: b10ce391

parents cf0eb0dc b10ce391
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -40,3 +40,6 @@ 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

# Include Wear flag values so that Wear-related APIs are build in sdks.
PRODUCT_RELEASE_CONFIG_MAPS += $(wildcard vendor/google_shared/wear/release/release_config_map.textproto)