blob: 510a1676102ee7b9827f965e15c6322b06ee0a25 [file] [log] [blame]
David 'Digit' Turner5ad95c52009-05-27 14:20:44 +02001Android NDK ChangeLog:
David 'Digit' Turner979c98c2009-05-20 16:08:19 +02002
David 'Digit' Turner979c98c2009-05-20 16:08:19 +02003-------------------------------------------------------------------------------
David 'Digit' Turnerfadee812009-06-29 12:28:04 +02004current version
5
6- Fix build/host-setup.sh to:
David 'Digit' Turnerd6ec1722009-06-29 16:13:25 +02007 * execute as a Bourne shell script
David 'Digit' Turnerfadee812009-06-29 12:28:04 +02008 * remove unused host gcc dependency
9 * improve Windows host auto-detection
David 'Digit' Turnerd6ec1722009-06-29 16:13:25 +020010 * 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' Turnerfadee812009-06-29 12:28:04 +020013
David 'Digit' Turnera046aad2009-06-29 16:33:30 +020014- 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' Turner67d8edd2009-06-29 16:44:31 +020024- 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' Turnera046aad2009-06-29 16:33:30 +020029- Generate proper unoptimized versions of binaries when APP_OPTIM := debug
30
31
David 'Digit' Turnerfadee812009-06-29 12:28:04 +020032-------------------------------------------------------------------------------
David 'Digit' Turner979c98c2009-05-20 16:08:19 +020033android-1.5_r1 released.