Android (Google) Code Review
1e4498ad17
Merge change 1951 into donut
...
* changes:
Expose the Zlib headers (<zlib.h> and <zconf.h>) in the android-1.5 NDK sysroot.
2009-05-20 02:45:00 -07:00
Android (Google) Code Review
e0b505d438
Merge change 1958 into donut
...
* changes:
Force --no-undefined at link time to generate an error when trying to generate a shared library that references undefined symbols. This can be overriden by defining LOCAL_ALLOW_UNDEFINED_SYMBOLS in your Android.mk to 'true'
2009-05-19 12:00:42 -07:00
David 'Digit' Turner
3caffcfaf8
Force --no-undefined at link time to generate an error when trying to generate a shared library that references undefined symbols.
...
This can be overriden by defining LOCAL_ALLOW_UNDEFINED_SYMBOLS in your Android.mk to 'true'
2009-05-19 14:58:45 +02:00
David 'Digit' Turner
0b96565afe
Fix typo which prevented APP_CFLAGS, APP_CXXFLAGS and others to work properly in the NDK build system.
2009-05-19 13:04:07 +02:00
David 'Digit' Turner
985338c05c
Expose the Zlib headers (<zlib.h> and <zconf.h>) in the android-1.5 NDK sysroot.
...
This is OK because the Zlib ABI is fixed and stable.
Also get rid of the sample zlib sources since we don't need the static library anymore.
2009-05-19 12:10:09 +02:00
David 'Digit' Turner
c39a26b6f5
Fix bad automatic dependency computations
2009-05-15 00:14:00 +02:00
Android (Google) Code Review
cb2d6ae202
Merge change 1653 into donut
...
* changes:
Fix bad dependency between generated shared libraries and the corresponding installed module. Also fixes the "make clean" target by the way.
2009-05-14 14:55:55 -07:00
David 'Digit' Turner
0d2d3b95ec
Fix bad dependency between generated shared libraries and the corresponding installed module.
...
Also fixes the "make clean" target by the way.
2009-05-14 17:23:35 +02:00
David 'Digit' Turner
498455c79f
Fix the build-toolchain.sh script which doesn't work due to the new download location of the NDK sources
...
and a small typo when using wget. Also make --force-download actually work.
2009-05-14 16:43:03 +02:00
Xavier Ducrohet
60b2fc90b7
Update the NDK packaging script to generate zip archives for all platforms.
2009-05-11 13:58:02 -07:00
Android (Google) Code Review
ebcb72611b
Merge change 1361 into donut
...
* changes:
Remove hard-coded path to my home directory in build/tools/make-release.sh. Now you need to use the --prebuilt-path=<path> option to specify where to pick up the prebuilt toolchain tarballs instead, for example:
2009-05-11 11:54:41 -07:00
David 'Digit' Turner
56266b2d59
Remove hard-coded path to my home directory in build/tools/make-release.sh.
...
Now you need to use the --prebuilt-path=<path> option to specify where to pick up
the prebuilt toolchain tarballs instead, for example:
build/tools/make-release.sh --prebuilt-path=/home/digit/android/ndk
Add also some other options to change the package prefix / release number / etc
2009-05-11 17:20:26 +02:00
David 'Digit' Turner
b20725d4a0
Remove references to 'cupcake' in all of NDK (replace with 'android-1.5')
2009-05-11 16:37:42 +02:00
Xavier Ducrohet
ad73286470
Fix source download location
2009-05-08 17:31:55 -07:00
Xavier Ducrohet
1f012b193f
Fix the host setup script to work on mac
2009-05-07 19:00:00 -07:00
Xavier Ducrohet
0085f310cd
Update the NDK docs to reflect the changes from 2 download (NDK+toolchain) to a single download.
2009-05-07 18:29:25 -07:00
Raphael Moll
549442c6ab
Fix host-setup.sh for cygwin: *-gcc.exe needs to be found
2009-05-07 17:00:20 -07:00
Xavier Ducrohet
e0de1bc940
Fix the NDK packaging script to use git ls-files instead of git-ls-files
2009-05-07 14:35:27 -07:00
David 'Digit' Turner
66ce41fc33
generate zip files on Windows and OS X when packaging NDK releases
2009-05-07 23:07:40 +02:00
David 'Digit' Turner
fdeb1d29f4
Make the release script work on OS X, and think about ensure the generated tarballs are readable by anyone
2009-05-07 22:51:10 +02:00
David 'Digit' Turner
f2b70edc0d
Add a release packaging script
2009-05-07 21:58:22 +02:00
David 'Digit' Turner
b9a8479e48
Initial import of new NDK into donut tree
2009-05-07 20:39:04 +02:00