forked from openkylin/platform_build
clean GSF GTalkService objects.
Change-Id: If2461c60a53aa081fb097581e71272eea1449657
This commit is contained in:
parent
554d1fa649
commit
84136cf667
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue