| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* commit 'e8e73b01399e8d3c3fc6b94d26ef9cc49b33dda8':
Remove system/core's remnants of SH support.
|
| |
| |
| |
| |
| |
| | |
SH support is long dead.
Change-Id: I6be2763ca9f1ad8b3f9b09a8ad2f1d67f1e7f802
|
|\|
| |
| |
| |
| | |
* commit '2ff6099854691e3406a17797d4aa83624174e6f4':
Add Mips architecture to system/core/include
|
| |\ |
|
| | |
| | |
| | |
| | | |
Change-Id: Ief7bdbd8d09cabe3f11f3ed47a932a7faa81cad9
|
| | |
| | |
| | |
| | |
| | |
| | | |
strace tests the value of HAVE_TERMIO_H and HAVE_SYS_UIO_H using
Change-Id: If899845503547410cf17d005733d1c0c6741e939
|
|/ /
| |
| |
| |
| |
| | |
This is needed by libcorkscrew.
Change-Id: Iacc56b014398da195b33c3cebc420afe6044381c
|
| |
| |
| |
| | |
Change-Id: I646bac8ed4d94bf75a33b886e700c91c3837bc32
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
qsort_r() is declared differently on BSD and GNU libc and
may be absent on other platforms.
Provide qsort_r_compat() which should work everywhere.
Change-Id: I17a9026573b1ed971ff7d79895e7eb41ba108807
|
| |
| |
| |
| |
| |
| | |
strace tests the value of HAVE_TERMIO_H and HAVE_SYS_UIO_H using
Change-Id: If899845503547410cf17d005733d1c0c6741e939
|
|/
|
|
|
|
|
| |
SQLite 3.7.10 tests the value of the HAVE_LOCALTIME_R macro
if it is defined, so we set it to 1.
Change-Id: I8c34ec362813018f86aea57d1b36b7639d0dd96d
|
|
|
|
| |
Change-Id: I02baa1f7d3383e93a43fa04de1d39f7398e971bc
|
|
|
|
| |
This reverts commit bd70e4aca5680acb7d5da5500b7e8c618fb499f2.
|
|\
| |
| |
| |
| |
| |
| | |
non-Windows platforms."
* commit '733e47011023787cf996b1b4f232453b2324e303':
Define O_BINARY for non-Windows platforms.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
All tools (aapt, aidl, dexdump, etc.) need this flag to open()
binary files, or they risk reading corrupted data on Windows.
A bunch of these tools just conditionaly define O_BINARY in
their C files. Seems it would just make sense to define it globally.
Change-Id: Ia5c0a59e9e77bbdcbce235233555f611207abed8
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
During testing of compilation, it was discovered that Cygwin actually
has off64_t.
Also the description was wrong for HAVE_OFF64_T
Change-Id: I6eb73d13da5a53fb03bf99ab7de82bfb6acab058
|
| |
| |
| |
| |
| |
| |
| |
| | |
For platforms that have _FILE_OFFSET_BITS=32 and need to access large
files, we need some way to access 64-bit file APIs. This adds a hint to
allow programs to choose alternate APIs if possible.
Change-Id: Ifdc204df269350a22f52c0e4221e9d7d3b7a57fe
|
|\|
| |
| |
| |
| |
| |
| | |
Merge commit 'ec70a9e1b5c12cde090749dc07e29b396b12f656'
* commit 'ec70a9e1b5c12cde090749dc07e29b396b12f656':
Add config header file for Linux/PPC.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Merge commit 'f2ff2112309d03674b88433276a57500b723fa9e' into gingerbread-plus-aosp
* commit 'f2ff2112309d03674b88433276a57500b723fa9e':
Add config header file for Linux/PPC.
|
| | |
| | |
| | |
| | | |
Change-Id: I892e9d922ba4b4090bdb5de00d8cc7adf0123cfe
|
| | |
| | |
| | |
| | | |
Change-Id: I25d7846c066135f0af1fef2995bcb86397b23226
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
under MinGW/Cygwin." into gingerbread
Merge commit '7e65ede62065925e29b5b18f253758bb280f9383'
* commit '7e65ede62065925e29b5b18f253758bb280f9383':
Define HAVE_STAT_ST_MTIM and disable it under MinGW/Cygwin.
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
MinGW/Cygwin." into gingerbread
Merge commit '9cd8057b6e8f5fc1254a4ed19e8127b5091b5dce' into gingerbread-plus-aosp
* commit '9cd8057b6e8f5fc1254a4ed19e8127b5091b5dce':
Define HAVE_STAT_ST_MTIM and disable it under MinGW/Cygwin.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is used by build\libs\host\CopyFile.c
Also define HAVE_PRINTF_ZD since printf %zd is not
supported on MinGW/Cygwin.
This is used by frmk/base/libs/utils/ZipFileRO.cpp
Change-Id: I570ac5dd0a5b256ee67ad62433f1226597da3ea4
|
| |\| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit '6be460d5b0b60aca4e8d649e2254f8a8920f4d98' into gingerbread-plus-aosp
* commit '6be460d5b0b60aca4e8d649e2254f8a8920f4d98':
Add HAVE_PREAD definition to platforms
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
ZipFileRO uses pread() to guarantee atomic reads at an offset, so use
the HAVE_PREAD flag to trigger off of. The only platform that doesn't
implement it directly is Windows.
Change-Id: Ic927611dc45b75ff8f672ed59afee5be1ad07ab4
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
ZipFileRO uses pread() to guarantee atomic reads at an offset, so use
the HAVE_PREAD flag to trigger off of. The only platform that doesn't
implement it directly is Windows.
Change-Id: I52d4e61010bb97e2d50af09943a2e94c0417bb5f
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
for <stdbool.h>.
Merge commit '556f09c426084b62c34742ee0810fc97ae37abf7'
* commit '556f09c426084b62c34742ee0810fc97ae37abf7':
It seems that Windows actually does have a header for <stdbool.h>.
|
| |\| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit 'f74af26d1899fd85aa80dd65947dac89ef30a42c' into gingerbread-plus-aosp
* commit 'f74af26d1899fd85aa80dd65947dac89ef30a42c':
It seems that Windows actually does have a header for <stdbool.h>.
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I443929d07972389a8c9837926a4b7df37bd6a16a
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit '0796f618775b34e14ff624bcfca828d55183b4c5'
* commit '0796f618775b34e14ff624bcfca828d55183b4c5':
DBUS is not fully implemented. Disable it for now
|
| |\ \ \
| | |/ /
| |/| /
| | |/ |
Change-Id: I1be135f087795bf1789dbf911c585a606bf25778
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I2286064bffc7e9fa7381aa04d5d20abf11c3aab7
Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
|
| | |\
| | | |
| | | |
| | | | |
Change-Id: I01315984e45ecc0261ea35b5370cbe624cc90cea
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit de50fc1a87447b5e9c2b5dc3c074c72af5e57b1f.
|
| | |\|
| | | |
| | | |
| | | | |
Change-Id: Ibc43e8da821400022726b119940708efb052908b
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It indicates if the underlying libc provides pthread_setname_np().
Change-Id: Ifef7730970033e834daf2fa710919722d64673e1
Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
pthread_setname_np()." into gingerbread
Merge commit '635dc574e9009f38b34b2e84b6c1a2b5efd2ebc9'
* commit '635dc574e9009f38b34b2e84b6c1a2b5efd2ebc9':
Add a HAVE define for pthread_setname_np().
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Due to conflicts with recent WebKit, we need to call it
HAVE_ANDROID_PTHREAD_SETNAME_NP.
https://review.source.android.com/#change,15227 has the original
change, which was reverted after the conflict was found.
Change-Id: I7111960a16505558338756dba91eb50cadb582ff
|
| | |
| | |
| | |
| | |
| | |
| | | |
(Merged from master Change I3d0e4cab)
Change-Id: Ib3fd566bdaf09d5893a6b0c66168c76c6b0d92eb
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This change does not affect existing behavior at all and makes
the file compatible with new toolchain.
Change-Id: Ia33bb9372d1705ec538b414bf69773f093e4543c
|
|/ /
| |
| |
| | |
Change-Id: I3d0e4cabd65d9de17036901a22ec3277a6d58e64
|
|\|
| |
| |
| | |
Change-Id: I41acaaa3a5d6aeb6873472f17db4cfa756b2d23f
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Detect byte endianness when compiled in x86-64 mode in Mac OS X 10.6
Snow Leopard environments or above. Allows compilation of host binaries
in these environments without any changes from its default stock
configuration.
This change doesn't require that the binaries be built in 64-bit, but it
does allow this. One could still use "gcc_select 4.0" with the 10.4 SDK
installed on Snow Leopard to compile in 32-bit mode.
Change-Id: I155a531a9bff450dd6c077b5275652731c59a908
|
| |
| |
| |
| |
| |
| |
| | |
Platforms differ on whether sys/sendfile.h or sys/socket.h is where to
find the declaration for sendfile().
Change-Id: Ib6e882534b7dc605d30aefed55732dc1ee2b6772
|
| |\ |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
POSIX seems to have chosen open_memstream() over the BSD variant. We
want something for Dalvik that will work on both GNU/Linux and Android,
so this is open_memstream() implemented in terms of BSD funopen().
For Windows there's just a stub that calls abort().
I'm putting this in libcutils since it seems inappropriate for bionic
(which provides the BSD alternatives) but isn't Dalvik-specific.
|