Lines Matching full:clean
16 # If you don't need to do a full clean build but would like to touch
17 # a file or delete some intermediate files, add a clean step to the end
22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
47 # Clean out $(HOST_OUT)/com.android.runtime/etc/icu after
49 # In incremental builds the build system appears to remember how many clean
52 # added a single clean spec entry of its own, now rolled back, which we
54 $(call add-clean-step, rm -rf $(OUT_DIR)/host/linux-x86/com.android.runtime/etc/icu)
55 $(call add-clean-step, rm -rf $(OUT_DIR)/host/linux-x86/com.android.runtime/etc/icu)
58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/usr/icu/*)
59 $(call add-clean-step, rm -rf $(OUT_DIR)/host/linux-x86/usr/icu/*)
62 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST