blob: adea2f53e625aea1615d02f4d2dd3d096d8c8311 [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
24- Generate proper unoptimized versions of binaries when APP_OPTIM := debug
25
26
David 'Digit' Turnerfadee812009-06-29 12:28:04 +020027-------------------------------------------------------------------------------
David 'Digit' Turner979c98c2009-05-20 16:08:19 +020028android-1.5_r1 released.