diff options
author | Christopher Ferris <cferris@google.com> | 2017-08-10 23:44:04 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-08-10 23:44:04 +0000 |
commit | 73c3be22199a42bed53245b9b648e276de0b6422 (patch) | |
tree | 6c592e09bd57616bd84d32efce96645ee8a25094 /benchmarks/Android.bp | |
parent | cf764c05e43921e4d3f927a5eaca1c6ecafe046b (diff) | |
parent | ac4f4b43a3d19f40fc1138c5f78a3d5afd535935 (diff) | |
download | android_bionic-73c3be22199a42bed53245b9b648e276de0b6422.tar.gz android_bionic-73c3be22199a42bed53245b9b648e276de0b6422.tar.bz2 android_bionic-73c3be22199a42bed53245b9b648e276de0b6422.zip |
Merge "Add musl benchmarks."
Diffstat (limited to 'benchmarks/Android.bp')
-rw-r--r-- | benchmarks/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Android.bp b/benchmarks/Android.bp index fae6f20af..93f62cfe2 100644 --- a/benchmarks/Android.bp +++ b/benchmarks/Android.bp @@ -35,6 +35,7 @@ cc_defaults { "string_benchmark.cpp", "time_benchmark.cpp", "unistd_benchmark.cpp", + "stdlib_benchmark.cpp", ], shared_libs: ["libtinyxml2"], static_libs: [ |