David 'Digit' Turner | 5ad95c5 | 2009-05-27 14:20:44 +0200 | [diff] [blame] | 1 | Android NDK ChangeLog: |
David 'Digit' Turner | 979c98c | 2009-05-20 16:08:19 +0200 | [diff] [blame] | 2 | |
David 'Digit' Turner | 979c98c | 2009-05-20 16:08:19 +0200 | [diff] [blame] | 3 | ------------------------------------------------------------------------------- |
David 'Digit' Turner | fadee81 | 2009-06-29 12:28:04 +0200 | [diff] [blame] | 4 | current version |
| 5 | |
| 6 | - Fix build/host-setup.sh to: |
David 'Digit' Turner | d6ec172 | 2009-06-29 16:13:25 +0200 | [diff] [blame] | 7 | * execute as a Bourne shell script |
David 'Digit' Turner | fadee81 | 2009-06-29 12:28:04 +0200 | [diff] [blame] | 8 | * remove unused host gcc dependency |
| 9 | * improve Windows host auto-detection |
David 'Digit' Turner | d6ec172 | 2009-06-29 16:13:25 +0200 | [diff] [blame] | 10 | * add GNU Make version check |
| 11 | * ensure that the script is run from $NDKROOT as build/host-setup.sh |
| 12 | * add --help, --verbose and --no-make-check options |
David 'Digit' Turner | fadee81 | 2009-06-29 12:28:04 +0200 | [diff] [blame] | 13 | |
David 'Digit' Turner | a046aad | 2009-06-29 16:33:30 +0200 | [diff] [blame] | 14 | - Properly add sysroot library search path at build time. This makes a line |
| 15 | in Android.mk like: |
| 16 | |
| 17 | LOCAL_LDLIBS := -lz |
| 18 | |
| 19 | Actually work correctly, instead of having the linker complaining that it |
| 20 | could not find the corresponding libz.so library. |
| 21 | |
| 22 | - Generate thumb binaries by default. |
| 23 | |
David 'Digit' Turner | 67d8edd | 2009-06-29 16:44:31 +0200 | [diff] [blame^] | 24 | - Add support for LOCAL_ARM_MODE in Android.mk. |
| 25 | |
| 26 | - Add support for the '.arm' suffix in source file names to force the |
| 27 | compilation of a single source in arm (32-bit) mode. |
| 28 | |
David 'Digit' Turner | a046aad | 2009-06-29 16:33:30 +0200 | [diff] [blame] | 29 | - Generate proper unoptimized versions of binaries when APP_OPTIM := debug |
| 30 | |
| 31 | |
David 'Digit' Turner | fadee81 | 2009-06-29 12:28:04 +0200 | [diff] [blame] | 32 | ------------------------------------------------------------------------------- |
David 'Digit' Turner | 979c98c | 2009-05-20 16:08:19 +0200 | [diff] [blame] | 33 | android-1.5_r1 released. |