From a78d3b074da92b3a4ee6387c5a67032a10ff6846 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 17 Jul 2017 16:42:44 -0700 Subject: ART: Let benchmarks import new header library Get jni.h from jni_headers. Test: m Change-Id: I667343ef45c630365cdcb16a2e641276ceaebe27 --- benchmark/Android.bp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'benchmark/Android.bp') 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: { -- cgit v1.2.3-59-g8ed1b