Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 469fea0b authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Add "option javanano_use_deprecated_package = true;\n" to protos compiled with...

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
parent 922eed57
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";