diff options
author | Svetoslav <svetoslavganov@google.com> | 2013-07-16 13:49:44 -0700 |
---|---|---|
committer | Svetoslav <svetoslavganov@google.com> | 2013-07-16 13:49:44 -0700 |
commit | 023140919545a4d7e559908d84fcc05493d8ee05 (patch) | |
tree | b41828a0ff1eaf9b083d898e69c176d781fe4905 /CleanSpec.mk | |
parent | a8c7e3f86ab205a557c7b8cc1e8c6a61cec06f41 (diff) |
Add a clean spec rule due to renamed *.aidl
Change-Id: I87bfd02b8c4f3ceb43594a91ac8f501a867ccfe6
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 893daf14f545..58de3f3333eb 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -163,6 +163,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) $(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/APPS/framework-res_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 # ************************************************ |