Revert "Drop cmdgoals special case from prebuilt selection"
This reverts commit e18b9fee63
.
Reason for revert: Likely causing build failures for go/ab/git_aosp-main-with-phones
Change-Id: If01f58908bd66c7afa42b9c96d048dfcd2d70812
This commit is contained in:
parent
e18b9fee63
commit
4049cdb23a
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ endif
|
|||
|
||||
ifneq (,$(MODULE_BUILD_FROM_SOURCE))
|
||||
# Keep an explicit setting.
|
||||
else ifeq (,$(filter docs sdk win_sdk sdk_addon,$(MAKECMDGOALS)))
|
||||
MODULE_BUILD_FROM_SOURCE := true
|
||||
else ifneq (,$(PRODUCT_MODULE_BUILD_FROM_SOURCE))
|
||||
# Let products override the branch default.
|
||||
MODULE_BUILD_FROM_SOURCE := $(PRODUCT_MODULE_BUILD_FROM_SOURCE)
|
||||
|
|
Loading…
Reference in a new issue