Merge "Stop double-printing config"

am: a7d4e0cd73

Change-Id: Icefca1547a8361d3678b8be7d30776325de47b73
This commit is contained in:
Dan Willemsen 2017-02-22 00:58:46 +00:00 committed by android-build-merger
commit 283ed982cd

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