summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorMakoto Onuki <omakoto@google.com>2012-11-29 11:05:42 -0800
committerMakoto Onuki <omakoto@google.com>2012-11-29 12:52:51 -0800
commit1b86d75d312996133bc0c74fcb1f2c9f2a83fba0 (patch)
tree2ca0db119fb2d3644a919ac66642cba8f775a71f /CleanSpec.mk
parent71175f727bc1e094e72a410aca62392badffbf11 (diff)
downloadframeworks_base-1b86d75d312996133bc0c74fcb1f2c9f2a83fba0.zip
frameworks_base-1b86d75d312996133bc0c74fcb1f2c9f2a83fba0.tar.gz
frameworks_base-1b86d75d312996133bc0c74fcb1f2c9f2a83fba0.tar.bz2
Remove unused IExtendedNetworkService
It was used in the cupcake era for docomo. Is not used anymore. Bug 7633569 Change-Id: I2ec826fc9a70d261a340957a937ed4c9f8e67c5c
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 14b3681..1779114 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -137,6 +137,8 @@ $(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/APPS/ImageProcessing_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/ImageProcessing2_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/ImageProcessing_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/telephony/java/com/android/internal/telephony/IExtendedNetworkService.java)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/telephony/java/com/android/internal/telephony/IExtendedNetworkService.P)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************