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

Commit 638472ca authored by Cole Faust's avatar Cole Faust Committed by Automerger Merge Worker
Browse files

Merge "Change type of TARGET_BUILD_APPS from bool to list" am: 7d9103b3

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

Change-Id: Ib21e3dc644b5930403dd42c7a47a01b916cb918b
parents 2694a33c 7d9103b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ $(call add_json_str, Platform_min_supported_target_sdk_version, $(PLATFORM_MIN_

$(call add_json_bool, Allow_missing_dependencies,        $(filter true,$(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_list, Unbundled_build_apps,              $(TARGET_BUILD_APPS))
$(call add_json_bool, Unbundled_build_image,             $(TARGET_BUILD_UNBUNDLED_IMAGE))
$(call add_json_bool, Always_use_prebuilt_sdks,          $(TARGET_BUILD_USE_PREBUILT_SDKS))