summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2010-12-05 14:49:00 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2010-12-05 14:49:00 -0800
commit28e8c66d4bb0c6e13b65d48767851dd02d554ebb (patch)
tree2e8ce4d39d9ac737fa66067249678afe37a48d87 /CleanSpec.mk
parent18cbfecd8ab587fa049dfc668755a6bd6ddb10d9 (diff)
parentd8c323321c28a0a5ff70c6e0694aa822edca4005 (diff)
downloadframeworks_base-28e8c66d4bb0c6e13b65d48767851dd02d554ebb.zip
frameworks_base-28e8c66d4bb0c6e13b65d48767851dd02d554ebb.tar.gz
frameworks_base-28e8c66d4bb0c6e13b65d48767851dd02d554ebb.tar.bz2
am d8c32332: Merge "Merge branch gingerbread-nfc into gingerbread." into gingerbread
* commit 'd8c323321c28a0a5ff70c6e0694aa822edca4005': Fixed technology name typo's. Implement historical bytes / attrib on IsoDep Provide system code and manufacturer code for Felica tech. Fixed NfcAdapter init and getTechnology(). Secure Element access implementation Rough first pass at the NFC technology API. Revert "Merge "Remove the My Tag feature." into gingerbread"
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 d19f3f8..2ee8f31 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -72,6 +72,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framew
$(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/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)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST