From d00f7c4b4cbd09aa9fdcd484f0eb764417134657 Mon Sep 17 00:00:00 2001 From: Iliyan Malchev Date: Fri, 30 Mar 2012 10:54:20 -0700 Subject: fix BUILD_DEBUG_EMULATOR build Change-Id: Ib888b8114d77270383c6ac563fb36bfdaf7b72fc Signed-off-by: Iliyan Malchev --- CleanSpec.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CleanSpec.mk') 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*) -- cgit v1.1