diff options
author | Wink Saville <wink@google.com> | 2013-06-10 10:10:42 -0700 |
---|---|---|
committer | Wink Saville <wink@google.com> | 2013-06-10 10:10:42 -0700 |
commit | 45ac9645da0ceafbae8c00b0dd0a09800fdcefdf (patch) | |
tree | 3bade83f348662e8a6e361a4f8088fdcf5b5776b /CleanSpec.mk | |
parent | 56cd646abeae51e806791f82ab0995fe047b1fe4 (diff) |
Allow carrier provisioning to turn toggle radio power.
Previously CarrierProvisioning toggle airplane mode, but now that's
available only by the system.
Bug: 9356811
Change-Id: I5167f8614c07bafb688983a360a008f76403b2b8
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r-- | CleanSpec.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk index 4debdc23ce8d..0c3ccecf6a09 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -160,6 +160,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/src/core/java/com/android/internal/view/IInputMethodSession.*) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/com/android/internal/view/IInputMethodCallback.*) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates) # ************************************************ # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST # ************************************************ |