Merge "Try to fix some builds."
This commit is contained in:
commit
c961f613c3
2 changed files with 6 additions and 1 deletions
|
@ -185,7 +185,7 @@ Return<Result> TunerSession::step(bool directionUp) {
|
|||
#endif
|
||||
|
||||
auto task = [this, stepTo]() {
|
||||
ALOGI("Performing step to %lu", stepTo);
|
||||
ALOGI("Performing step to %s", std::to_string(stepTo).c_str());
|
||||
|
||||
lock_guard<mutex> lk(mMut);
|
||||
|
||||
|
|
|
@ -27,4 +27,9 @@ cc_library_static {
|
|||
"WorkerThread.cpp",
|
||||
],
|
||||
export_include_dirs: ["include"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue