diff options
| author | Andreas Gampe <agampe@google.com> | 2017-07-17 16:42:44 -0700 |
|---|---|---|
| committer | Andreas Gampe <agampe@google.com> | 2017-07-17 16:42:44 -0700 |
| commit | a78d3b074da92b3a4ee6387c5a67032a10ff6846 (patch) | |
| tree | d4f09f01633b7d99176beeacdc3d44cddb523388 /benchmark | |
| parent | 71a8e5b25f0be5ab5bf0e1c73a9e5aabc3a23488 (diff) | |
| download | art-a78d3b074da92b3a4ee6387c5a67032a10ff6846.tar.gz art-a78d3b074da92b3a4ee6387c5a67032a10ff6846.tar.bz2 art-a78d3b074da92b3a4ee6387c5a67032a10ff6846.zip | |
ART: Let benchmarks import new header library
Get jni.h from jni_headers.
Test: m
Change-Id: I667343ef45c630365cdcb16a2e641276ceaebe27
Diffstat (limited to 'benchmark')
| -rw-r--r-- | benchmark/Android.bp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/benchmark/Android.bp b/benchmark/Android.bp index d0dfec91ff..606734bd41 100644 --- a/benchmark/Android.bp +++ b/benchmark/Android.bp @@ -58,9 +58,7 @@ art_cc_library { ], static_libs: [ ], - include_dirs: [ - "libnativehelper/include/nativehelper" // only for jni.h - ], + header_libs: ["jni_headers"], stl: "libc++_static", clang: true, target: { |
