commit | f327c1177a754a2727cdcd78652b22c6c2c7cabc | [log] [tgz] |
---|---|---|
author | Pawin Vongmasa <pawin@google.com> | Tue Jul 10 16:46:44 2018 -0700 |
committer | Pawin Vongmasa <pawin@google.com> | Tue Jul 10 16:46:44 2018 -0700 |
tree | 33035af381a94b95ec5f08b69d0482ce8e248af3 | |
parent | 20f160df2bdcd7185a7d771083c9c40fd3b573ad [diff] |
Fix build breakage on non-linux Bug: 79173901 Test: liblp_test gtest Change-Id: I846e99f636ed05f97e44d05a617dc17b5f127d2e
diff --git a/fs_mgr/liblp/builder.cpp b/fs_mgr/liblp/builder.cpp index 421f4e6..720590d 100644 --- a/fs_mgr/liblp/builder.cpp +++ b/fs_mgr/liblp/builder.cpp
@@ -54,6 +54,8 @@ } return true; #else + (void)block_device; + (void)device_info; LERROR << __PRETTY_FUNCTION__ << ": Not supported on this operating system."; return false; #endif