summaryrefslogtreecommitdiffstats
path: root/test/Android.bp
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2017-03-30 10:26:59 -0700
committerAndreas Gampe <agampe@google.com>2017-03-30 16:58:56 -0700
commit3f46c96568bef650ba6d9ce6ac8835d30877f243 (patch)
tree86b0e0d10999dd4c7b525b1e4e2db3ab1703cbe0 /test/Android.bp
parent02311bd39d64b1417e8580c2a993620c2234254d (diff)
downloadandroid_art-3f46c96568bef650ba6d9ce6ac8835d30877f243.tar.gz
android_art-3f46c96568bef650ba6d9ce6ac8835d30877f243.tar.bz2
android_art-3f46c96568bef650ba6d9ce6ac8835d30877f243.zip
ART: Refactor JVMTI run tests
In preparation for code deduplication with CTS. Bug: 32072923 Test: m Change-Id: Ibbe005c94252bd29eae7f88aad301b0b20ddb80d
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 {