| commit | 5c17c1a3c3ccbf2ef02512ece1ce6b6d9d2b7815 | [log] [tgz] |
|---|---|---|
| author | [email protected] <[email protected]@1cc9d426-c294-39be-ba72-c0199ca0f247> | Fri Feb 28 20:35:08 2014 |
| committer | [email protected] <[email protected]@1cc9d426-c294-39be-ba72-c0199ca0f247> | Fri Feb 28 20:35:08 2014 |
| tree | 699d44e600c61a0cb3c4db36e4e0e037b74ea408 | |
| parent | d8c840f57106227ec85e2d6e073369ce01c5df46 [diff] |
add lite runtime option to android_channel.proto git-svn-id: http://google-cache-invalidation-api.googlecode.com/svn/trunk@330 1cc9d426-c294-39be-ba72-c0199ca0f247
diff --git a/src/google/cacheinvalidation/android_channel.proto b/src/google/cacheinvalidation/android_channel.proto index 6eb6c3a..1e6a1fb 100644 --- a/src/google/cacheinvalidation/android_channel.proto +++ b/src/google/cacheinvalidation/android_channel.proto
@@ -19,6 +19,8 @@ syntax = "proto2"; +option optimize_for = LITE_RUNTIME; + package ipc.invalidation; import "client_protocol.proto";