summaryrefslogtreecommitdiff
path: root/benchmark/scoped-primitive-array/scoped_primitive_array.cc
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2020-04-20 15:05:54 +0100
committerNicolas Geoffray <ngeoffray@google.com>2020-04-28 17:56:59 +0000
commitec64f202c6ab6dd825cd5bb9dd98a0fb37570dba (patch)
tree38713c0a692ca1382bec604e9fb0b1ee7ad3525e /benchmark/scoped-primitive-array/scoped_primitive_array.cc
parent9c674ca2a44bd0e0d1ce3fee29320938847a8caf (diff)
Cleanup build rules for faster golem builds.
Bug: 149682808 Test: m build-art-target-golem Change-Id: Ie6da8dd5aae7fa19f9a5ef1dd6b2f0038bd8467a
Diffstat (limited to 'benchmark/scoped-primitive-array/scoped_primitive_array.cc')
-rw-r--r--benchmark/scoped-primitive-array/scoped_primitive_array.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/scoped-primitive-array/scoped_primitive_array.cc b/benchmark/scoped-primitive-array/scoped_primitive_array.cc
index 005cae4ac9..459e8b17fa 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 "nativehelper/ScopedPrimitiveArray.h"
+#include "nativehelper/scoped_primitive_array.h"
extern "C" JNIEXPORT jlong JNICALL Java_ScopedPrimitiveArrayBenchmark_measureByteArray(
JNIEnv* env, jclass, int reps, jbyteArray arr) {