Merge "Fix install location for vendor tests"

am: af59c099c9

Change-Id: Iaf694543edfce134bc7d4951e949a76f1175b542
This commit is contained in:
Dan Willemsen 2017-07-07 03:38:33 +00:00 committed by android-build-merger
commit 113493d0c5
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
# ************************************************