clean GSF GTalkService objects.

Change-Id: If2461c60a53aa081fb097581e71272eea1449657
This commit is contained in:
Wei Huang 2010-01-06 20:32:55 -08:00
parent 554d1fa649
commit 84136cf667
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libmediaplayerservice_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libstagefright_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/GoogleServicesFramework_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST