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

Commit 964568d0 authored by Martin Stjernholm's avatar Martin Stjernholm Committed by Automerger Merge Worker
Browse files

Merge "Propagate TARGET_BUILD_APPS to Soong." am: 2c38eb25 am: 34012c5e am: bdaca3a7

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

Change-Id: I98790d31b09d0733138babd0e3646caef8c982b9
parents eac57120 bdaca3a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)))