From e431e2758d62cf56f7f347f5a8c9d79e41b6dcd7 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 18 Jul 2017 16:53:49 -0700 Subject: art: use proper nativehelper headers libnativeheader exports headers under nativeheader. These were available before incorrectly as global headers in order to give access to jni.h. Test: modules using art find headers Bug: 63762847 Change-Id: I5c820d677e94e07b2859e78610bc997fe51b41dc --- benchmark/scoped-primitive-array/scoped_primitive_array.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark/scoped-primitive-array/scoped_primitive_array.cc') diff --git a/benchmark/scoped-primitive-array/scoped_primitive_array.cc b/benchmark/scoped-primitive-array/scoped_primitive_array.cc index 1664157297..005cae4ac9 100644 --- a/benchmark/scoped-primitive-array/scoped_primitive_array.cc +++ b/benchmark/scoped-primitive-array/scoped_primitive_array.cc @@ -15,7 +15,7 @@ */ #include "jni.h" -#include "ScopedPrimitiveArray.h" +#include "nativehelper/ScopedPrimitiveArray.h" extern "C" JNIEXPORT jlong JNICALL Java_ScopedPrimitiveArrayBenchmark_measureByteArray( JNIEnv* env, jclass, int reps, jbyteArray arr) { -- cgit v1.2.3-59-g8ed1b