summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2011-03-10 16:32:28 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-10 16:32:28 -0800
commit38d0d5628d36bb1c2a8353a2b3e1a041e9e84652 (patch)
tree938c8ee0c9c318fd0fd2056d02f45eafd221e99f /CleanSpec.mk
parent55b53d351073238f9083e185eae213639e1937ff (diff)
parent367f41f8f61126c2ab34a34cc676756a9fc23ac2 (diff)
downloadframeworks_base-38d0d5628d36bb1c2a8353a2b3e1a041e9e84652.zip
frameworks_base-38d0d5628d36bb1c2a8353a2b3e1a041e9e84652.tar.gz
frameworks_base-38d0d5628d36bb1c2a8353a2b3e1a041e9e84652.tar.bz2
am 367f41f8: Implement new NFC-EE API\'s as shared library (frameworks/base).
* commit '367f41f8f61126c2ab34a34cc676756a9fc23ac2': Implement new NFC-EE API's as shared library (frameworks/base).
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 2ee8f31..8c3b17e 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -73,6 +73,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/androi
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/com/trustedlogic)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/src/com/trustedlogic)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/nfc/INdefTag.java)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/nfc)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST