summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
author David Srbecky <dsrbecky@google.com> 2020-05-29 21:44:58 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-05-29 21:44:58 +0000
commit351c717a15a2e67ce36bf58bc6ec1a7c670fc174 (patch)
treea98bffb57add1173b2842a7a8232e19c2839aaba /compiler
parent19e45e5e596393f15b814fad823d534d9575c2d6 (diff)
parent4a88a5af7417d9dc0bfe37cffd92a253531c8f30 (diff)
Finish move of jar compilation rules from makefile to soong. am: 4a88a5af74
Change-Id: If5c63bad40e487c3c8baf36535faff8f73a9e177
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",