Merge "Add soong_config_get" am: e856367da1 am: 88fac99ae6

Original change: https://android-review.googlesource.com/c/platform/build/+/1883263

Change-Id: I6b948b9535e93af86578e90e36e203b44f686f4d
This commit is contained in:
Cole Faust
2021-11-10 20:41:27 +00:00
committed by Automerger Merge Worker
4 changed files with 19 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ else
apex_test_module := art-check-release-apex-gen-fakebin
endif
ifeq (true,$(SOONG_CONFIG_art_module_source_build)
ifeq (true,$(call soong_config_get,art_module,source_build))
PRODUCT_HOST_PACKAGES += $(apex_test_module)
endif