Merge "Remove SOONG_CONFIG_art_module_source_build fallback" am: e50553da9b
am: e4da9dc874
am: 7e4ece7569
Original change: https://android-review.googlesource.com/c/platform/build/+/2016677 Change-Id: I06d39e1c07178995913e8aef8511e33ccf255bba
This commit is contained in:
commit
9440475034
1 changed files with 0 additions and 6 deletions
|
@ -59,12 +59,6 @@ else
|
|||
MODULE_BUILD_FROM_SOURCE := $(BRANCH_DEFAULT_MODULE_BUILD_FROM_SOURCE)
|
||||
endif
|
||||
|
||||
# TODO(b/220940864): Remove when build scripts have been changed to use
|
||||
# ART_MODULE_BUILD_FROM_SOURCE instead of SOONG_CONFIG_art_module_source_build
|
||||
ifneq (,$(SOONG_CONFIG_art_module_source_build))
|
||||
ART_MODULE_BUILD_FROM_SOURCE := $(SOONG_CONFIG_art_module_source_build)
|
||||
endif
|
||||
|
||||
ifneq (,$(ART_MODULE_BUILD_FROM_SOURCE))
|
||||
# Keep an explicit setting.
|
||||
else ifneq (,$(findstring .android.art,$(TARGET_BUILD_APPS)))
|
||||
|
|
Loading…
Reference in a new issue