Merge "Drop HOST_CROSS_ARCH special-case in source vs prebuilt mainline selection" into main am: f45c19001f
Original change: https://android-review.googlesource.com/c/platform/build/+/3034135 Change-Id: If242bac08e49204f25c12942c6797f1c04c33604 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
b568ddb045
1 changed files with 0 additions and 6 deletions
|
@ -44,12 +44,6 @@ ifeq (,$(BRANCH_DEFAULT_MODULE_BUILD_FROM_SOURCE))
|
|||
BRANCH_DEFAULT_MODULE_BUILD_FROM_SOURCE := false
|
||||
endif
|
||||
|
||||
# ART does not provide host side arm64 variants needed for products that
|
||||
# set HOST_CROSS_ARCH=arm64.
|
||||
ifeq (arm64,${HOST_CROSS_ARCH})
|
||||
BRANCH_DEFAULT_MODULE_BUILD_FROM_SOURCE := true
|
||||
endif
|
||||
|
||||
ifneq (,$(MODULE_BUILD_FROM_SOURCE))
|
||||
# Keep an explicit setting.
|
||||
else ifeq (,$(filter docs sdk win_sdk sdk_addon,$(MAKECMDGOALS))$(findstring com.google.android.conscrypt,$(PRODUCT_PACKAGES))$(findstring com.google.android.go.conscrypt,$(PRODUCT_PACKAGES)))
|
||||
|
|
Loading…
Reference in a new issue