• Jeff Davidson's avatar
    Generate a CREATOR for each Parcelable message. · 9d546c85
    Jeff Davidson authored
    This is less ideal from a dex count perspective because it requires a
    new variable for each message, and because most apps have proguard
    rules that will ensure that CREATOR classes are retained.
    
    However, it is required to be able to use nano protos inside of AIDL
    files, as the autogenerated AIDL code fails to compile otherwise. This
    is a substantial benefit as it allows for backwards-compatible
    parameters and return types in AIDL methods along the lines of
    safeparcel.
    
    Bug: 19084705
    Change-Id: I66a2c0424b96cf8ff6b631b186cc4f9407dfc1f4
    9d546c85
Name
Last commit
Last update
benchmarks Loading commit data...
conformance Loading commit data...
editors Loading commit data...
examples Loading commit data...
java Loading commit data...
javanano Loading commit data...
m4 Loading commit data...
more_tests Loading commit data...
protoc-artifacts Loading commit data...
python Loading commit data...
ruby Loading commit data...
src Loading commit data...
vsprojects Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
Android.mk Loading commit data...
CHANGES.txt Loading commit data...
CONTRIBUTORS.txt Loading commit data...
INSTALL.txt Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.md Loading commit data...
autogen.sh Loading commit data...
config.h.include Loading commit data...
configure.ac Loading commit data...
generate_descriptor_proto.sh Loading commit data...
post_process_dist.sh Loading commit data...
protobuf-lite.pc.in Loading commit data...
protobuf.pc.in Loading commit data...