diff options
-rw-r--r-- | test/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Android.bp b/test/Android.bp index 3a1bf855d8..45aa1f3a13 100644 --- a/test/Android.bp +++ b/test/Android.bp @@ -259,6 +259,7 @@ art_cc_defaults { // not contain the "d" (debug) variants. shared_libs: [ "libart", + "libart-compiler", "libart-disassembler", "libdexfile", "libprofile", |