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

Commit 8c1f2946 authored by Luca Stefani's avatar Luca Stefani
Browse files

gd: proto: Remove optimize_for = LITE_RUNTIME

* The option in the .proto file itself is deprecated,
  instead the type: "lite" flag should be used

* All users of this proto already specify it,
  so just remove the flag

Test: m
Change-Id: If3e7206e4293c3c46bd29e6561a7b7f02944df99
parent f7d9e63d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@

syntax = "proto2";

option optimize_for = LITE_RUNTIME;

// C++ namespace: bluetooth::metrics::BluetoothMetricsProto
package bluetooth.keystore.BluetoothKeystoreProto;