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

Commit 1cf68f82 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6445537 from 7a63ec77 to rvc-release

Change-Id: I35352f1b827324c718c2f1414f3bee1887eebe69
parents e8c985a4 7a63ec77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ Return<void> AudioControl::setBalanceTowardRight(float value) {
}

Return<void> AudioControl::setFadeTowardFront(float value) {
    if (!isValidValue(value)) {
    if (isValidValue(value)) {
        // Just log in this default mock implementation
        LOG(INFO) << "Fader set to " << value;
    } else {
+0 −1
Original line number Diff line number Diff line
@@ -86,7 +86,6 @@ cc_test {
    shared_libs: [
        "android.hardware.sensors@1.0",
        "android.hardware.sensors@2.0",
        "android.hardware.sensors@2.0-ScopedWakelock",
        "android.hardware.sensors@2.1",
        "libbase",
        "libcutils",