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:
Sunny Goyal
2015-07-02 00:37:11 +00:00
committed by Android Git Automerger
+1
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";