aboutsummaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2012-03-30 10:54:20 -0700
committerAndrew Hsieh <andrewhsieh@google.com>2012-06-01 13:40:45 +0800
commitd00f7c4b4cbd09aa9fdcd484f0eb764417134657 (patch)
treec65bfc8e7ababc8cd72462d5af7544da6d091e3c /CleanSpec.mk
parent3d218582b2edf2d7cdd0dca038814753efa415ff (diff)
downloadexternal_qemu-d00f7c4b4cbd09aa9fdcd484f0eb764417134657.zip
external_qemu-d00f7c4b4cbd09aa9fdcd484f0eb764417134657.tar.gz
external_qemu-d00f7c4b4cbd09aa9fdcd484f0eb764417134657.tar.bz2
fix BUILD_DEBUG_EMULATOR build
Change-Id: Ib888b8114d77270383c6ac563fb36bfdaf7b72fc Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 0bfecdc..b64769e 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -1,3 +1,6 @@
# This empty file is here solely for the purpose of optimizing the Android build
# Please keep it there, and empty, thanks :-)
#
+
+$(call add-clean-step, rm -rf $(OUT_DIR)/host/linux-x86/obj/{SHARED,STATIC}_LIBRARIES/emulator*)
+$(call add-clean-step, rm -rf $(OUT_DIR)/host/linux-x86/obj/EXECUTABLES/emulator*)