From 03b6e8b6c4ad1d423256269b738a87e307ce5d55 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Mon, 7 Dec 2015 10:45:19 -0800 Subject: [PATCH] Fix TARGET_ASAN build. Bug: 26044735 Change-Id: I9c6b3b16637ca2d0da4765e896a9f03c1d5dc51c --- core/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/Makefile b/core/Makefile index 67ad228569..9d6a4553dc 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1561,8 +1561,10 @@ endif $(hide) mkdir -p $(zip_root)/OTA $(hide) $(ACP) $(INSTALLED_ANDROID_INFO_TXT_TARGET) $(zip_root)/OTA/ ifneq ($(AB_OTA_UPDATER),true) +ifneq ($(built_ota_tools),) $(hide) mkdir -p $(zip_root)/OTA/bin $(hide) $(ACP) $(PRIVATE_OTA_TOOLS) $(zip_root)/OTA/bin/ +endif endif @# Files that do not end up in any images, but are necessary to @# build them.