summaryrefslogtreecommitdiffstats
path: root/test/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Android.bp')
-rw-r--r--test/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Android.bp b/test/Android.bp
index ec40acf279..2e8f5bb6f8 100644
--- a/test/Android.bp
+++ b/test/Android.bp
@@ -249,6 +249,9 @@ art_cc_defaults {
"common/runtime_state.cc",
"ti-agent/common_load.cc",
"ti-agent/common_helper.cc",
+ "ti-agent/jni_binder.cc",
+ "ti-agent/jvmti_helper.cc",
+ "ti-agent/test_env.cc",
"901-hello-ti-agent/basics.cc",
"903-hello-tagging/tagging.cc",
"904-object-allocation/tracking.cc",
@@ -282,6 +285,7 @@ art_cc_defaults {
"libbase",
],
header_libs: ["libopenjdkjvmti_headers"],
+ include_dirs: ["art/test/ti-agent"],
}
art_cc_test_library {