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

Commit 06e9d121 authored by Martin Stjernholm's avatar Martin Stjernholm Committed by Automerger Merge Worker
Browse files

Merge "Temporarily set default to keep building with ART sources." am:...

Merge "Temporarily set default to keep building with ART sources." am: e4e328a2 am: b947548c am: 7241d595

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8aae4c7dc9e7a21c2c5d5458f3e0d32d9bf05d22
parents ec5246dd 7241d595
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -27,3 +27,10 @@ $(call add_soong_config_namespace,ANDROID)
# Add variables to the namespace below:

$(call add_soong_config_var,ANDROID,TARGET_ENABLE_MEDIADRM_64)

# TODO(b/172480615): Remove when platform uses ART Module prebuilts by default.
ifeq (,$(filter art_module,$(SOONG_CONFIG_NAMESPACES)))
  $(call add_soong_config_namespace,art_module)
  SOONG_CONFIG_art_module += source_build
endif
SOONG_CONFIG_art_module_source_build ?= true