aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-09-25 22:13:09 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-09-25 22:13:09 +0000
commitefaa60ff6cab1cbd0018f69606bd738399241430 (patch)
tree6329a58016db2aaad7d03dfc0c99916327d7f3f8 /benchmarks
parent30b17e32f0b403a97cef7c4d1fcab471fa316340 (diff)
parent627329915acba5e6884d02af97a8486421f251e8 (diff)
downloadandroid_bionic-efaa60ff6cab1cbd0018f69606bd738399241430.tar.gz
android_bionic-efaa60ff6cab1cbd0018f69606bd738399241430.tar.bz2
android_bionic-efaa60ff6cab1cbd0018f69606bd738399241430.zip
Merge "Only use NDK libraries in the benchmarks."
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/Android.bp b/benchmarks/Android.bp
index 842f7cb92..bf8b10daf 100644
--- a/benchmarks/Android.bp
+++ b/benchmarks/Android.bp
@@ -40,11 +40,13 @@ cc_defaults {
"time_benchmark.cpp",
"unistd_benchmark.cpp",
],
- shared_libs: ["libtinyxml2"],
+ shared_libs: ["liblog"],
static_libs: [
"libbase",
"libBionicBenchmarksUtils",
+ "libtinyxml2",
],
+ stl: "libc++_static",
}
cc_defaults {