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

Commit 7a865669 authored by Pawin Vongmasa's avatar Pawin Vongmasa Committed by android-build-merger
Browse files

Merge "Fix build breakage on non-linux"

am: 34887839

Change-Id: I2de8147849bb26aba91976046affd53201dc8f1f
parents fa6255a8 34887839
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -54,6 +54,8 @@ bool GetBlockDeviceInfo(const std::string& block_device, BlockDeviceInfo* device
    }
    return true;
#else
    (void)block_device;
    (void)device_info;
    LERROR << __PRETTY_FUNCTION__ << ": Not supported on this operating system.";
    return false;
#endif