Merge "Remove Fuchsia support from Make" am: 046531066c am: 49e7e9d203

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

Change-Id: I9bda1c3a34cfa88f44cfa1f026a2efa35c3272f5
This commit is contained in:
Colin Cross 2021-07-23 18:30:33 +00:00
commit f79ec6e4ab

View file

@ -55,10 +55,6 @@ else ifneq (,$(SANITIZE_TARGET)$(SANITIZE_HOST))
# Prebuilts aren't built with sanitizers either.
SOONG_CONFIG_art_module_source_build := true
MODULE_BUILD_FROM_SOURCE := 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 ifeq (,$(filter x86 x86_64,$(HOST_CROSS_ARCH)))
# We currently only provide prebuilts for x86 on host. This skips prebuilts in
# cuttlefish builds for ARM servers.