Revert "Correctly create directories before unzipping dexpreopt zip"

This reverts commit 2bb1f518fd.

Test: none
Bug: 119412419
This commit is contained in:
Colin Cross
2018-12-14 11:45:47 -08:00
parent 9c9ea97fa0
commit 10846f99fb
2 changed files with 1 additions and 4 deletions

View File

@@ -525,9 +525,6 @@ $(call add-clean-step, rm -f $(HOST_OUT)/bin/aidegen)
# Remove perfprofd
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/perfprofd)
# Remove incorrectly created directories in the source tree
$(call add-clean-step, find system/app system/priv-app system/framework system_other -depth -type d -print0 | xargs -0 rmdir)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************