OSDN Git Service

cleanspec.mk: Clean anroid.location intermediates to deal with ILocationCollector...
authorMike Lockwood <lockwood@android.com>
Thu, 21 May 2009 15:35:36 +0000 (11:35 -0400)
committerMike Lockwood <lockwood@android.com>
Thu, 21 May 2009 15:35:36 +0000 (11:35 -0400)
Signed-off-by: Mike Lockwood <lockwood@android.com>
cleanspec.mk

index 50a1f1f..14c8016 100644 (file)
@@ -78,6 +78,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/PinyinIMEGoogleS
 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/telephony)
 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/*/obj)
 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/bin/tcpdump)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/location)
 
 # ************************************************
 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST