Commit 8994f9ca authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "CleanSpec: Clean up /recovery/root/sdcard."

am: b69d3b28

* commit 'b69d3b28':
  CleanSpec: Clean up $(PRODUCT_OUT)/recovery/root/sdcard.
parents 11a87113 b69d3b28
......@@ -371,6 +371,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
# $(PRODUCT_OUT)/recovery/root/sdcard goes from symlink to folder.
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/sdcard)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment