| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Bug: 27230989
- Clean up the makefile
- For NDK libs, use c++_static
- Avoid exposing symbols for C++ lib
- Use nullptr instead of NULL
Change-Id: I60cf11cb6a6044584a3e484979da231f72772f86
|
| |
|
|
| |
Change-Id: I7d4801754bb60209f177f9cf4a3ea7c98a90dee3
|
| |
|
|
| |
Change-Id: Ida273c1cfa21c4db51ae41a4c42746d9d828f292
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG 19934827
Wrap TEMP_FAILURE_RETRY around system calls that can return EINTR
(waitpid, close).
Refactor fork/exec flows in various places into a utility function
and log errors so we can better understand failures in the test server.
Fix a small use-after-free issue in ScriptGroups.
Change-Id: I60b192f83c395a13c27cd6bd2289c44132b84791
|
| |
|
|
|
|
|
|
| |
b/19283946
This move also included the related class SharedObjectUtils.
Change-Id: Iefd587b659c4ad99340c330955b41cd92df45563
|
| |
|
|
|
|
|
|
|
|
| |
b/19148482
This reverts commit 93d6bc872b7d9fba63abfa7513d56b38d9c3d371.
I also made some changes to Make it work with HEAD.
Change-Id: I5e516976ec1d85ffe1cf388c01795348a9441982
|
| |
|
|
|
|
|
|
| |
I'm not sure whether it's a bug that this array doesn't contain all the POSIX
clocks. There's also a (different) copy of this function in system/core. But
today I'm just trying to kill HAVE_POSIX_CLOCKS.
Change-Id: Iff6a10b1e7a9d5e9c76b796c5aa75b7d7b6546b5
|
| |
|
|
| |
Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
|
| |
|
|
| |
Change-Id: I5b2b6d3e38afd0b040f0a584613745206bf01ba0
|
| |
|
|
| |
Change-Id: I4c6abd964dc4b1412ec2e592fc8e835fecfe53f6
|
| |\
| |
| |
| |
| | |
* commit 'fd47ac29478ed01a581b3326d898ad848858a314':
Remove barriers to using NDK v8 includes.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Bug: 10315692
Removed CLOCK_BOOTTIME, added some additional guards around cutils includes,
and explicitly included errno.h when we use ETIMEDOUT.
Change-Id: I0a764beea2f8ff7387a9afe985f00b5f03c68725
|
| |\|
| |
| |
| | |
Change-Id: I51507da10f8d7116a2aa29446a00a43d397a37c8
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bug: 9664050
Our bitcode runtime library translates vector rsDebug() calls into passing
their parameters via pointers. The previous version of libRSSupport.so was
being created with non-pointer versions of these routines accidentally.
This change also fixes a missing permission issue for ImageProcessing2, so
that the compatibility library can be verified.
This change also removes the use of libutils by switching the implementation of
String8/Vector in the compatibility library to internal types backed by
libstlport_static.
Change-Id: I20da75e8c19a82a42dc2bceaba1937d21372db84
|
| | |
| |
| |
| |
| |
| | |
Remove additional String8 references from shared includes.
Change-Id: Iede11384b9fc5a303d15d47fd4074c800dc6ad5f
|
| |/
|
|
| |
Change-Id: I524a857390e0bbc49273989caf56f03b51de65cf
|
|
|
Change-Id: I40cc2696b99350b52ac1904b05485db2f567b4ef
|