diff options
| author | 2020-06-17 17:31:24 +0000 | |
|---|---|---|
| committer | 2020-06-17 17:31:24 +0000 | |
| commit | 2c38eb2537909546acd4a40bd5879a752448d5ca (patch) | |
| tree | 0810b034aa1eefc694404575a87c87304071a7ab | |
| parent | b5bfbab22b21c86573c1c5915588a3066806213d (diff) | |
| parent | 74920e6e434918fd45ca4bfecde8943974325f6a (diff) | |
Merge "Propagate TARGET_BUILD_APPS to Soong."
| -rw-r--r-- | core/soong_config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/soong_config.mk b/core/soong_config.mk index 0fce617c19..84bfd1e3d2 100644 --- a/core/soong_config.mk +++ b/core/soong_config.mk @@ -40,6 +40,7 @@ $(call add_json_str, Platform_min_supported_target_sdk_version, $(PLATFORM_MIN_ $(call add_json_bool, Allow_missing_dependencies, $(ALLOW_MISSING_DEPENDENCIES)) $(call add_json_bool, Unbundled_build, $(TARGET_BUILD_UNBUNDLED)) +$(call add_json_bool, Unbundled_build_apps, $(TARGET_BUILD_APPS)) $(call add_json_bool, Unbundled_build_sdks_from_source, $(UNBUNDLED_BUILD_SDKS_FROM_SOURCE)) $(call add_json_bool, Pdk, $(filter true,$(TARGET_BUILD_PDK))) |