Merge "Fix vendor/google/build/ninja_config.mk" am: a9daf15d87
am: c87ea75be2
am: a8a8e13f81
am: 16953b869c
Change-Id: I2d75d6be8be9309f8534def7e3502601701d5eae
This commit is contained in:
@@ -861,7 +861,6 @@ dont_bother_goals := clean clobber dataclean installclean \
|
||||
|
||||
ifndef KATI
|
||||
include $(BUILD_SYSTEM)/ninja_config.mk
|
||||
-include vendor/google/build/ninja_config.mk
|
||||
include $(BUILD_SYSTEM)/soong_config.mk
|
||||
endif
|
||||
|
||||
|
@@ -60,6 +60,8 @@ PARSE_TIME_MAKE_GOALS := \
|
||||
win_sdk \
|
||||
winsdk-tools
|
||||
|
||||
include $(wildcard vendor/*/build/ninja_config.mk)
|
||||
|
||||
# Any Android goals that need to be built.
|
||||
ANDROID_GOALS := $(filter-out $(KATI_OUTPUT_PATTERNS) $(CKATI) $(MAKEPARALLEL),\
|
||||
$(sort $(ORIGINAL_MAKECMDGOALS) $(MAKECMDGOALS)))
|
||||
|
Reference in New Issue
Block a user