Remove tests in CleanSpec.
Those tests have moved.
Test: proxy_test, jni_internal_test
Change-Id: I23755cb5f7378618a831b5d928b538dc5283deb0
diff --git a/CleanSpec.mk b/CleanSpec.mk
index f621bcb..335afbb 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -58,6 +58,7 @@
$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib*/libpac.so)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest*/art_libdexfile_support_tests/dex_file_supp_test)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest*/art_runtime_compiler_tests)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST