Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_modules_Virtualization
/
e3ba957d40b8f3daeee356bc968696585452cbb7
/
.
/
guest
/
shutdown_runner
/
build.rs
blob: e3939d411a3b2e0ea41b4f3aa87ec7c2aedef63e [
file
] [
log
] [
blame
]
fn
main
()
->
Result
<(),
Box
<
dyn std
::
error
::
Error
>>
{
let
proto_file
=
"../../libs/debian_service/proto/DebianService.proto"
;
tonic_build
::
compile_protos
(
proto_file
).
unwrap
();
Ok
(())
}