Merge "Drop special-casing of atv in source/prebuilt selection" into main am: 542c741208
Original change: https://android-review.googlesource.com/c/platform/build/+/3028110 Change-Id: I8d0fa3bcd7a6de5485b21f80164910dc70bda9a3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
564f2937ce
1 changed files with 0 additions and 6 deletions
|
@ -81,12 +81,6 @@ ifneq (,$(filter tv,$(subst $(comma),$(space),${PRODUCT_CHARACTERISTICS})))
|
|||
BRANCH_DEFAULT_MODULE_BUILD_FROM_SOURCE := true
|
||||
endif
|
||||
|
||||
# ATV based devices do not seem to work with prebuilts, so build from source
|
||||
# for now and fix in a follow up.
|
||||
ifneq (,${PRODUCT_IS_ATV})
|
||||
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