am 1fd97c38: Clean the build.prop so that default notification sound is set properly.

* commit '1fd97c38b00786c61e7befb709a008c214988023':
  Clean the build.prop so that default notification sound is set properly.
This commit is contained in:
Amith Yamasani 2011-01-21 14:51:41 -08:00 committed by Android Git Automerger
commit 9bb0fd945f

View file

@ -64,6 +64,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/*/LINKED)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST