Initial commit of the libcore heap metrics test.
This CL adds an activity that dumps heaps in a controlled fashion, and
a host-side test that launches the app, collects the dumps, and
exports some metrics derived from them.
This is a starting point for further work.
Bug: 67999970
Bug: 67283029
Test: tradefed.sh run commandAndExit template/local_min --template:map test=libcore-memory-metrics-tests
Change-Id: I836903c030c894274faf17ba0e0e36771d68dba0
diff --git a/Android.mk b/Android.mk
index 1427f4b..d68f654 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,7 +19,7 @@
# Subprojects with separate makefiles
#
-subdirs := benchmarks tzdata ojluni tools/upstream
+subdirs := benchmarks tzdata ojluni tools/upstream metrictests
subdir_makefiles := $(call all-named-subdir-makefiles,$(subdirs))
#