commit | 489875a27f4cdc4be979b1d9fd8dd026ea0cc820 | [log] [tgz] |
---|---|---|
author | Amin Hassani <[email protected]> | Fri Aug 04 13:20:52 2017 -0700 |
committer | chrome-bot <[email protected]> | Sat Aug 05 22:07:53 2017 -0700 |
tree | 8c2b898be7b1296217fa224c7d0d8b649c3ec422 | |
parent | 47186290f8b02cca27574188d72d49f3841f9f4e [diff] [blame] |
update_engine: Defines proto2 as the syntax of the protobuf Adds 'syntax = "proto2"; to update_metadata.proto to shut up the protobuf compiler about the default version of the protobuf. BUG=none TEST=cros_workon_make --board=amd64-generic --test update_engine Change-Id: If1689825f1296163ae81c59581fa00dad435fdce Reviewed-on: https://chromium-review.googlesource.com/602692 Commit-Ready: Amin Hassani <[email protected]> Tested-by: Amin Hassani <[email protected]> Reviewed-by: Ben Chan <[email protected]>
diff --git a/update_metadata.proto b/update_metadata.proto index 454c736..f86cd8d 100644 --- a/update_metadata.proto +++ b/update_metadata.proto
@@ -81,6 +81,8 @@ // The operations allowed in the payload (supported by the client) depend on the // major and minor version. See InstallOperation.Type bellow for details. +syntax = "proto2"; + package chromeos_update_engine; option optimize_for = LITE_RUNTIME;