Merge "Always use ART sources for Fuchsia." am: b579ef2cf9

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9361a192fb3b964ce317406b493a31ea01811cf3
This commit is contained in:
Martin Stjernholm
2021-03-05 23:30:39 +00:00
committed by Automerger Merge Worker

View File

@@ -44,6 +44,10 @@ else ifneq (,$(filter true,$(NATIVE_COVERAGE) $(CLANG_COVERAGE)))
else ifneq (,$(SANITIZE_TARGET)$(SANITIZE_HOST))
# Prebuilts aren't built with sanitizers either.
SOONG_CONFIG_art_module_source_build := true
else ifneq (,$(PRODUCT_FUCHSIA))
# Fuchsia picks out ART internal packages that aren't available in the
# prebuilt.
SOONG_CONFIG_art_module_source_build := true
else
# This sets the default for building ART APEXes from source rather than
# prebuilts (in packages/modules/ArtPrebuilt and prebuilt/module_sdk/art) in