diff options
Diffstat (limited to 'test/Android.bp')
| -rw-r--r-- | test/Android.bp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Android.bp b/test/Android.bp index 23ffc7e5a3..591684b887 100644 --- a/test/Android.bp +++ b/test/Android.bp @@ -250,7 +250,10 @@ art_cc_defaults { "ti-agent/jni_binder.cc", "ti-agent/jvmti_helper.cc", "ti-agent/test_env.cc", + "ti-agent/breakpoint_helper.cc", "ti-agent/common_helper.cc", + "ti-agent/redefinition_helper.cc", + "ti-agent/trace_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", @@ -281,6 +284,10 @@ art_cc_defaults { "989-method-trace-throw/method_trace.cc", "991-field-trace-2/field_trace.cc", "992-source-data/source_file.cc", + "993-breakpoints/breakpoints.cc", + "996-breakpoint-obsolete/obsolete_breakpoints.cc", + "1900-track-alloc/alloc.cc", + "1901-get-bytecodes/bytecodes.cc", ], shared_libs: [ "libbase", @@ -440,6 +447,7 @@ art_cc_test_library { "art_debug_defaults", "art_defaults", ], + header_libs: ["libnativebridge-dummy-headers"], srcs: ["115-native-bridge/nativebridge.cc"], target: { android: { |