Add syntax option to backup.proto.
This is required to properly compile the file in google3. Change-Id: Ib9ff3163974a5180797c0ecadb833dae93619b2c
This commit is contained in:
parent
1bc1ae6714
commit
7d17629168
|
@ -14,7 +14,9 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package launcher_backup;
|
syntax = "proto2";
|
||||||
|
|
||||||
|
package launcher_backup;
|
||||||
|
|
||||||
option java_package = "com.android.launcher3.backup";
|
option java_package = "com.android.launcher3.backup";
|
||||||
option java_outer_classname = "BackupProtos";
|
option java_outer_classname = "BackupProtos";
|
||||||
|
|
Loading…
Reference in New Issue