commit | efaa60ff6cab1cbd0018f69606bd738399241430 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Sep 25 22:13:09 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 25 22:13:09 2018 +0000 |
tree | 6329a58016db2aaad7d03dfc0c99916327d7f3f8 | |
parent | 30b17e32f0b403a97cef7c4d1fcab471fa316340 [diff] | |
parent | 627329915acba5e6884d02af97a8486421f251e8 [diff] |
Merge "Only use NDK libraries in the benchmarks."
diff --git a/benchmarks/Android.bp b/benchmarks/Android.bp index 842f7cb..bf8b10d 100644 --- a/benchmarks/Android.bp +++ b/benchmarks/Android.bp
@@ -40,11 +40,13 @@ "time_benchmark.cpp", "unistd_benchmark.cpp", ], - shared_libs: ["libtinyxml2"], + shared_libs: ["liblog"], static_libs: [ "libbase", "libBionicBenchmarksUtils", + "libtinyxml2", ], + stl: "libc++_static", } cc_defaults {