summaryrefslogtreecommitdiffstats
path: root/config.h
Commit message (Collapse)AuthorAgeFilesLines
* am 42c78f2b: Merge "Don\'t set _FILE_OFFSET_BITS."Elliott Hughes2015-02-091-1/+1
|\ | | | | | | | | * commit '42c78f2b9cac682456dada02492d255671a8a6a5': Don't set _FILE_OFFSET_BITS.
| * Don't set _FILE_OFFSET_BITS.Elliott Hughes2015-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | bionic doesn't support this for stdio on LP32 (and we don't think we ever can, for ABI reasons), and LP64 you don't need to ask --- file offsets are always 64-bit there. This lets us move other parts of the tree (that don't use stdio) over to 64-bit offsets. Bug: 11865851 Change-Id: I392c5757ae30da479f9ea0979afde1404f0af561
* | libFLAC: merge master from XiphRobert Shih2015-01-061-1/+1
|/ | | | | | | | | remote: https://git.xiph.org/flac.git commit: 775eb93 Bug: 18872897 Bug: 18910747 Change-Id: I6e450e44c96b97c3323e428b9e6d420422f24a4e
* config: set sizeof void pointer for LP64Amit Pundir2014-03-051-0/+4
| | | | | Change-Id: I26b50db9dc1d3df084280ae08461ca651b7a66e1 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
* Add Android-specific makefilesKenny Root2009-11-081-0/+135