Merge "Fix install location for vendor tests"

This commit is contained in:
Treehugger Robot 2017-07-07 03:30:13 +00:00 committed by Gerrit Code Review
commit af59c099c9
1 changed files with 4 additions and 0 deletions

View File

@ -420,6 +420,10 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/soong/.intermediates)
# Version checking moving to Soong
$(call add-clean-step, rm -rf $(OUT_DIR)/versions_checked.mk)
# Vendor tests were being installed into /vendor/bin accidentally
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/vendor/nativetest*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/nativetest*)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************