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

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

Merge "Fix build breakage on non-linux" am: 34887839 am: 7a865669

am: a7ab5d05

Change-Id: If6e167684562e5fb3cca2bae97c6c8c0869cd705
parents 3e635bfd a7ab5d05
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