OSDN Git Service

Second try at adding a compatibility symbol for the MemoryBase constructor.
authorElliott Hughes <enh@google.com>
Thu, 14 Mar 2013 03:54:01 +0000 (20:54 -0700)
committerElliott Hughes <enh@google.com>
Thu, 14 Mar 2013 03:54:01 +0000 (20:54 -0700)
commitddd286301b466b5cd10cfcdc0a5ee5729ef2e385
tree68489358ea22ecdf5dff009742227c8dbd77d3c0
parentd8151306f539f8c2f3b66c1fe06be9566ba8aca3
Second try at adding a compatibility symbol for the MemoryBase constructor.

Third-party libraries are currently trying to use the
MemoryBase constructor but failing because we fixed the
definition of ssize_t. This is a stop-gap for users of
this private API until we can get them fixed.

Bug: 8253769
Change-Id: Ie7c86f45fa39cb53539cab0ffe8585a585656714
libs/binder/MemoryBase.cpp