summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2014-06-18 16:43:14 -0700
committerWink Saville <wink@google.com>2014-06-22 14:41:22 +0000
commit67e0789cd3870af2fbbdefbff28f6fde9095a015 (patch)
tree337d96d1cc412a20d7f16b8b809390f5c6a33b26 /CleanSpec.mk
parentd09692de9cb3cd26927c6d992b03c61a9885cd01 (diff)
downloadframeworks_base-67e0789cd3870af2fbbdefbff28f6fde9095a015.zip
frameworks_base-67e0789cd3870af2fbbdefbff28f6fde9095a015.tar.gz
frameworks_base-67e0789cd3870af2fbbdefbff28f6fde9095a015.tar.bz2
Mobile_radio in battery history is not accurate
Invoke TelephonyManager#listen to connect mPhoneStateListener to receive the notifications. Bug: 15568103 Change-Id: I5a3fa6347704e96ceb34289f74ba6e3157bbb333
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 1968a78..b6a47f2 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -202,6 +202,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/framework_intermediates/classes/android/app/maintenance)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/classes/android/app/maintenance)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/src/android/app/maintenance)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/services_intermediates)
# ******************************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST ABOVE THIS BANNER