diff options
Diffstat (limited to 'benchmark/Android.bp')
-rw-r--r-- | benchmark/Android.bp | 2 |
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: [ |