Stop double-printing config
Don't print the config in Kati when we've already printed it in soong_ui or the make wrapper. Test: m -j Test: USE_SOONG_UI=true m -j Change-Id: Ic6dce0ab29d584d85c6642c597f6e9dcd6ba9dca
This commit is contained in:
parent
9a3049d681
commit
0d25529b4c
|
@ -510,8 +510,8 @@ ifeq (,$(strip $(DIST_DIR)))
|
|||
DIST_DIR := $(OUT_DIR)/dist
|
||||
endif
|
||||
|
||||
ifeq ($(PRINT_BUILD_CONFIG),)
|
||||
PRINT_BUILD_CONFIG := true
|
||||
ifndef KATI
|
||||
PRINT_BUILD_CONFIG ?= true
|
||||
endif
|
||||
|
||||
ifeq ($(USE_CLANG_PLATFORM_BUILD),)
|
||||
|
|
Loading…
Reference in New Issue