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:
Dan Willemsen 2017-02-18 10:32:13 -08:00
parent 9a3049d681
commit 0d25529b4c
1 changed files with 2 additions and 2 deletions

View File

@ -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),)