summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/Android.mk b/Android.mk
index 47f995e1eb..6ab2fb5cbe 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,21 +18,8 @@ LOCAL_PATH := $(call my-dir)
art_path := $(LOCAL_PATH)
-########################################################################
-# clean-oat rules
-#
-
include $(art_path)/build/Android.common_path.mk
-.PHONY: clean-oat
-clean-oat: clean-oat-host
-
-.PHONY: clean-oat-host
-clean-oat-host:
- find $(OUT_DIR) '(' -name '*.oat' -o -name '*.odex' -o -name '*.art' -o -name '*.vdex' ')' -a -type f | xargs rm -f
- rm -rf $(TMPDIR)/*/test-*/dalvik-cache/*
- rm -rf $(TMPDIR)/android-data/dalvik-cache/*
-
########################################################################
# cpplint rules to style check art source files