OSDN Git Service

Merge change 3237 into donut
authorAndroid (Google) Code Review <android-gerrit@google.com>
Fri, 5 Jun 2009 00:29:56 +0000 (17:29 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Fri, 5 Jun 2009 00:29:56 +0000 (17:29 -0700)
* changes:
  Add archquery to the windows make

cleanspec.mk

index 14c8016..cba6cfa 100644 (file)
@@ -80,6 +80,9 @@ $(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)
 
+$(call add-clean-step, rm -rf $(OUT_DIR)/product/*/obj/SHARED_LIBRARIES/lib?camera_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/product/*/obj/STATIC_LIBRARIES/lib?camera_intermediates)
+
 # ************************************************
 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
 # ************************************************