summaryrefslogtreecommitdiff
path: root/benchmark/Android.bp
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2016-09-28 08:24:12 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-09-28 08:24:13 +0000
commitfd8339e58e3c09097165feeed7a2d70482d40130 (patch)
treeaea0983c4006734dbdecfc5d5262865f47b08e45 /benchmark/Android.bp
parent161243e480a3f45d56113361991ca0f9dba02465 (diff)
parent017efa83f02ce113090753d618554827fbabea4a (diff)
Merge "benchmark: Add jni benchmarks for use in golem"
Diffstat (limited to 'benchmark/Android.bp')
-rw-r--r--benchmark/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmark/Android.bp b/benchmark/Android.bp
index a7ca279ea7..dd198889e9 100644
--- a/benchmark/Android.bp
+++ b/benchmark/Android.bp
@@ -19,8 +19,10 @@ art_cc_library {
host_supported: true,
defaults: ["art_defaults", "art_debug_defaults"],
srcs: [
+ "jni_loader.cc",
"jobject-benchmark/jobject_benchmark.cc",
"jni-perf/perf_jni.cc",
+ "micro-native/micro_native.cc",
"scoped-primitive-array/scoped_primitive_array.cc",
],
shared_libs: [