Merge "Stop double-printing config"

This commit is contained in:
Treehugger Robot
2017-02-22 00:54:03 +00:00
committed by Gerrit Code Review

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