summaryrefslogtreecommitdiffstats
path: root/test/Android.bp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-04-17 21:45:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-04-17 21:45:20 +0000
commit66f43b988ad84568a46c1760b314723e9229e6d0 (patch)
treee7177faf0efb7730d9f263d272a0c8f8c41fe6d3 /test/Android.bp
parent030b1066a6bdfaca1034ab8c1166bb9f8e98e76c (diff)
parent78d63418bf6d5358fb0d49951a04c434c4e8e7b9 (diff)
downloadart-66f43b988ad84568a46c1760b314723e9229e6d0.tar.gz
art-66f43b988ad84568a46c1760b314723e9229e6d0.tar.bz2
art-66f43b988ad84568a46c1760b314723e9229e6d0.zip
Merge "Enable some redefinition run-tests in CTS"
Diffstat (limited to 'test/Android.bp')
-rw-r--r--test/Android.bp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Android.bp b/test/Android.bp
index 7cf49e2057..c5d96da20c 100644
--- a/test/Android.bp
+++ b/test/Android.bp
@@ -250,6 +250,7 @@ art_cc_defaults {
"ti-agent/jni_binder.cc",
"ti-agent/jvmti_helper.cc",
"ti-agent/test_env.cc",
+ "ti-agent/common_helper.cc",
// This is the list of non-special OnLoad things and excludes BCI and anything that depends
// on ART internals.
"903-hello-tagging/tagging.cc",
@@ -272,6 +273,8 @@ art_cc_defaults {
"929-search/search.cc",
"931-agent-thread/agent_thread.cc",
"933-misc-events/misc_events.cc",
+ "945-obsolete-native/obsolete_native.cc",
+ "984-obsolete-invoke/obsolete_invoke.cc",
],
shared_libs: [
"libbase",
@@ -287,17 +290,14 @@ art_cc_defaults {
// This is to get the IsInterpreted native method.
"common/stack_inspect.cc",
"common/runtime_state.cc",
+ "ti-agent/common_load.cc",
// This includes the remaining test functions. We should try to refactor things to
// make this list smaller.
- "ti-agent/common_helper.cc",
- "ti-agent/common_load.cc",
"901-hello-ti-agent/basics.cc",
"909-attach-agent/attach.cc",
"912-classes/classes.cc",
"936-search-onload/search_onload.cc",
- "945-obsolete-native/obsolete_native.cc",
"983-source-transform-verify/source_transform.cc",
- "984-obsolete-invoke/obsolete_invoke.cc",
],
}