Merge "Only use NDK libraries in the benchmarks."

This commit is contained in:
Elliott Hughes 2018-09-25 22:13:09 +00:00 committed by Gerrit Code Review
commit efaa60ff6c
1 changed files with 3 additions and 1 deletions

View File

@ -40,11 +40,13 @@ cc_defaults {
"time_benchmark.cpp", "time_benchmark.cpp",
"unistd_benchmark.cpp", "unistd_benchmark.cpp",
], ],
shared_libs: ["libtinyxml2"], shared_libs: ["liblog"],
static_libs: [ static_libs: [
"libbase", "libbase",
"libBionicBenchmarksUtils", "libBionicBenchmarksUtils",
"libtinyxml2",
], ],
stl: "libc++_static",
} }
cc_defaults { cc_defaults {