summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rw-r--r--compiler/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp
index c503eabb1a..bd4cfce752 100644
--- a/compiler/Android.bp
+++ b/compiler/Android.bp
@@ -365,6 +365,11 @@ art_cc_test {
defaults: [
"art_gtest_defaults",
],
+ data: [
+ ":art-gtest-jars-ExceptionHandle",
+ ":art-gtest-jars-Interfaces",
+ ":art-gtest-jars-MyClassNatives",
+ ],
srcs: [
"debug/dwarf/dwarf_test.cc",
"debug/src_map_elem_test.cc",