Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c961f613 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk Committed by Android (Google) Code Review
Browse files

Merge "Try to fix some builds."

parents d4020eaa 28ca7e97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);

+5 −0
Original line number Diff line number Diff line
@@ -27,4 +27,9 @@ cc_library_static {
        "WorkerThread.cpp",
    ],
    export_include_dirs: ["include"],
    shared_libs: [
        "libbase",
        "liblog",
        "libutils",
    ],
}