summaryrefslogtreecommitdiffstats
path: root/libs/binder/MemoryBase.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Second try at adding a compatibility symbol for the MemoryBase ↵Elliott Hughes2013-07-091-9/+0
| | | | | | | | constructor." This reverts commit ddd286301b466b5cd10cfcdc0a5ee5729ef2e385, because the third-party library in question has now been fixed. Change-Id: Ic195a913f90b36268ed9d6e60be520decb4e198d
* Second try at adding a compatibility symbol for the MemoryBase constructor.Elliott Hughes2013-03-131-0/+9
| | | | | | | | | | 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
* Revert "Add a compatibility symbol for the MemoryBase constructor."Elliott Hughes2013-03-141-9/+0
| | | | | | This reverts commit 7f974ff2f317ffbf9256579109f000ec876c3037 Change-Id: I28ebfc5ac88bd025471b613aa7958d23749e6991
* Add a compatibility symbol for the MemoryBase constructor.Elliott Hughes2013-03-131-0/+9
| | | | | | | | | | 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: I8a19770f3252d88ee87023fde625cc6289924b0d
* move libbinder's header files under includes/binderMathias Agopian2009-05-201-1/+1
|
* checkpoint: split libutils into libutils + libbinderMathias Agopian2009-05-201-0/+46