Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
# ************************************************