Merge "CleanSpec for symlinks to VNKD APEX"

This commit is contained in:
Treehugger Robot 2019-10-29 05:17:37 +00:00 committed by Gerrit Code Review
commit 016f3027ed

View file

@ -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
# ************************************************