diff options
Diffstat (limited to 'compiler/Android.bp')
| -rw-r--r-- | compiler/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp index 1e4cdf2bd5..c2984e1743 100644 --- a/compiler/Android.bp +++ b/compiler/Android.bp @@ -191,6 +191,7 @@ art_cc_defaults { shared_libs: [ "libbase", "liblzma", + "libnativehelper", ], include_dirs: ["art/disassembler"], header_libs: [ @@ -415,6 +416,7 @@ art_cc_test { "libvixld-arm64", "libbacktrace", + "libnativehelper", "libnativeloader", ], |