• 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
..
google/protobuf Loading commit data...
solaris Loading commit data...
Makefile.am Loading commit data...