Merge "Stop double-printing config" am: a7d4e0cd73
am: 283ed982cd
Change-Id: Ib8cfa7e40cc3fc3c5fdbaef7901a0d0c3da38bc5
This commit is contained in:
commit
3c7e341f57
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue