Add "option javanano_use_deprecated_package = true;\n" to protos compiled with the nano proto compiler that are referenced in Java files.

Bug: 21273801
Change-Id: I6d9986f5f93980d8a3400e488609a28082fc2cdb
This commit is contained in:
Sunny Goyal 2015-07-01 10:35:16 -07:00
parent 922eed5762
commit 469fea0b39
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ syntax = "proto2";
package launcher_backup;
option javanano_use_deprecated_package = true;
option java_package = "com.android.launcher3.backup";
option java_outer_classname = "BackupProtos";