Merge "Stop double-printing config" am: a7d4e0cd73

am: 283ed982cd

Change-Id: Ib8cfa7e40cc3fc3c5fdbaef7901a0d0c3da38bc5
This commit is contained in:
Dan Willemsen 2017-02-22 01:00:47 +00:00 committed by android-build-merger
commit 3c7e341f57

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