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

Commit 7de94747 authored by Martin Stjernholm's avatar Martin Stjernholm Committed by Automerger Merge Worker
Browse files

Merge "Always use ART sources for Fuchsia." am: b579ef2c am: 46fd61b0 am: cdbb2504

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia95a1ec77854cf1c6a944a532f91a98ed0121f8b
parents 761a4c90 cdbb2504
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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