summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2011-07-22 11:20:30 -0700
committerEric Laurent <elaurent@google.com>2011-07-22 11:20:30 -0700
commit85c3efbb33382cfa20e0110b3b3e318686e91c4e (patch)
tree12c343a670c72d309de92b785547e2e8866a0790
parent6302f547f377567a49b49f8e267e13fb3143e07d (diff)
downloadandroid_external_speex-85c3efbb33382cfa20e0110b3b3e318686e91c4e.tar.gz
android_external_speex-85c3efbb33382cfa20e0110b3b3e318686e91c4e.tar.bz2
android_external_speex-85c3efbb33382cfa20e0110b3b3e318686e91c4e.zip
Added clean step missing in previous commit.
Added a clean step missing in commit 6302f54 to make sure that speex resampler library is rebuild without NEON optimizations. Change-Id: I08f4b65ddcb18de337a40a01b6b27d178e700d2d
-rw-r--r--CleanSpec.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index b84e1b6..dcdc643 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -44,6 +44,8 @@
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
#$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libspeexresampler_intermediates)
+
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************