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

Commit 28ca7e97 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Try to fix some builds.

Broken builds: aosp_x86, docs, full, sdk_phone_armv7.

I cannot reproduce the break locally, so making my best guess on the fix.

Test: it still builds
Change-Id: Icf86c3502fede66dba815458b66f2ebdf33afe91
parent 31e8632d
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",
    ],
}