Fix TARGET_ASAN build.
Bug: 26044735 Change-Id: I9c6b3b16637ca2d0da4765e896a9f03c1d5dc51c
This commit is contained in:
parent
2a49aba35b
commit
03b6e8b6c4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue