am 469fea0b: Add "option javanano_use_deprecated_package = true;\n" to protos compiled with the nano proto compiler that are referenced in Java files.
* commit '469fea0b390e893c1eb8115ff6c5f997916be4c1': Add "option javanano_use_deprecated_package = true;\n" to protos compiled with the nano proto compiler that are referenced in Java files.
This commit is contained in:
commit
487c4aa334
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue