ART: Add allocation callback
Bug: 31684277
Test: m test-art-host
Change-Id: I959f44e23ca5fe55ed678315708895faf0aadb04
diff --git a/test/Android.bp b/test/Android.bp
index d17261c..b2152e8 100644
--- a/test/Android.bp
+++ b/test/Android.bp
@@ -246,6 +246,7 @@
"901-hello-ti-agent/basics.cc",
"902-hello-transformation/transform.cc",
"903-hello-tagging/tagging.cc",
+ "904-object-allocation/tracking.cc",
],
shared_libs: [
"libart",
@@ -265,6 +266,7 @@
"901-hello-ti-agent/basics.cc",
"902-hello-transformation/transform.cc",
"903-hello-tagging/tagging.cc",
+ "904-object-allocation/tracking.cc",
],
shared_libs: [
"libartd",