commit | fe108db540dec0e3299d7a389461177deee81dc5 | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Tue Sep 25 23:15:54 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 25 23:15:54 2018 +0000 |
tree | fe768352c84c3fb533e01f7db5e04ebb30bcf756 | |
parent | efaa60ff6cab1cbd0018f69606bd738399241430 [diff] | |
parent | 9a64b56334e6da99c2dc52811b90279457b12bef [diff] |
Merge "Add noexcept to move constructors and assignment operators."
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 {