- 31 Jul, 2013 1 commit
-
-
Andrew Hsieh authored
See https://android-review.googlesource.com/#/c/62770 and http://gcc.gnu.org/ml/gcc/2013-07/msg00424.html Change-Id: Ibfecbfda46a9793fd2c896ed4dff040b8eaa04a8
-
- 30 Apr, 2013 1 commit
-
-
David 'Digit' Turner authored
This patch allows one to use absolute paths in LOCAL_SRC_FILES. This can be useful in situations where computing a path relative to LOCAL_PATH is too complicated. (Main purpose is to ease testing of libc++ out of the NDK tree). + Avoid double slashes in object file paths during the build, i.e.: obj/local/$ABI/obj/<module>/foo.o instead of: obj/local/$ABI/obj/<module>//foo.o Change-Id: I816d7f8782b94eea722d6a0c14249b8a921a9b72
-
- 12 Sep, 2012 1 commit
-
-
Andrew Hsieh authored
1. Fix tests/build/libc_no_atexit/build.sh to prefix $NDK to libc.so, otherwise readelf can't read any of them. The test still passes, though. 2. Allow tests/build/libc_no_atexit to build for all archs Change-Id: I823874ccf9d4144d4c7a21424df82a9b26241dfb
-
- 20 Aug, 2012 1 commit
-
-
Andrew Hsieh authored
Add the following tests: ansi : https://android-review.googlesource.com/#/c/40576 fenv : http://code.google.com/p/android/issues/detail?id=36229 Also, enhance run-tests.sh to handle comma-delimited CPU_ABI/2 Change-Id: Ide8d57fb005d256c4eb8177c08547912b7446a85
-
- 21 Sep, 2011 1 commit
-
-
David 'Digit' Turner authored
This patch ensures that imported shared libraries are now copied to the install location (libs/<abi>) by default. Previously, one had to list them explicitely in APP_MODULES to do that (only top-level project modules were installed). Change-Id: I5a8628d2246d1ce4b4a8a56970fda64541bf3f19
-