Convert ART benchmarks into caliper benchmarks
Move the ART benchmarks into the benchmarks directory and make them
caliper friendly.
To run you need to build libartbenchmark.so and sync it then use
vogar --benchmark.
Bug: 24055147
Change-Id: Idc9caf8dc8022190d737840ba0eb9e356f9872cb
diff --git a/Android.mk b/Android.mk
index 8859d3a..06f3026 100644
--- a/Android.mk
+++ b/Android.mk
@@ -119,6 +119,7 @@
include $(art_path)/build/Android.common_test.mk
include $(art_path)/build/Android.gtest.mk
include $(art_path)/test/Android.run-test.mk
+include $(art_path)/benchmark/Android.mk
# Sync test files to the target, depends upon all things that must be pushed to the target.
.PHONY: test-art-target-sync