Commit 69004c51 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger

am 3574de1c: Remove vestigial references to StringUtf8Micro.

Merge commit '3574de1ca8301e1e13d1c89f2e2a902499d6bae9' into gingerbread-plus-aosp

* commit '3574de1ca8301e1e13d1c89f2e2a902499d6bae9':
  Remove vestigial references to StringUtf8Micro.
parents ee613fac b164b012
...@@ -110,7 +110,6 @@ CodedInputStreamMicro.java ...@@ -110,7 +110,6 @@ CodedInputStreamMicro.java
CodedOutputStreamMicro.java CodedOutputStreamMicro.java
InvalidProtocolBufferException.java InvalidProtocolBufferException.java
MessageMicro.java MessageMicro.java
StringUtf8Micro.java
WireFormatMicro.java WireFormatMicro.java
If you wish to change on the code generator it is located If you wish to change on the code generator it is located
...@@ -133,9 +132,9 @@ java_outer_classname -> <file-name>|<package-name> ...@@ -133,9 +132,9 @@ java_outer_classname -> <file-name>|<package-name>
opt: opt:
This change the code generation to optimize for speed, This change the code generation to optimize for speed,
opt=speed, or space, opt=space. When opt=speed this opt=speed, or space, opt=space. When opt=speed this
changes the code generation for strings to use changes the code generation for strings so that multiple
StringUtf8Micro which eliminates multiple conversions conversions to Utf8 are eliminated. The default value
of the string to utf8. The default value is opt=space. is opt=space.
java_use_vector: java_use_vector:
Is a boolean flag either java_use_vector=true or Is a boolean flag either java_use_vector=true or
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment