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

Commit 016f3027 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "CleanSpec for symlinks to VNKD APEX"

parents 15b5ad2d 60c493f9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -689,6 +689,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/*/*app/*/oat)
# that they live in the ART APEX (b/142944799).
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/framework/*.jar)

# Remove symlinks for VNDK apexes
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/vndk-*)

# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************