diff options
Diffstat (limited to 'compiler/Android.bp')
| -rw-r--r-- | compiler/Android.bp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp index 1e4cdf2bd5..fe0f3c75c5 100644 --- a/compiler/Android.bp +++ b/compiler/Android.bp @@ -195,6 +195,7 @@ art_cc_defaults { include_dirs: ["art/disassembler"], header_libs: [ "art_cmdlineparser_headers", // For compiler_options. + "libnativehelper_header_only", ], export_include_dirs: ["."], @@ -406,7 +407,10 @@ art_cc_test { }, }, - header_libs: ["libart_simulator_headers"], + header_libs: [ + "libart_simulator_headers", + "libnativehelper_header_only", + ], shared_libs: [ "libartd-compiler", |