Android (Google) Code Review
66620a8d42
Merge change 2831 into donut
...
* changes:
Fix ChangeLog, since we're rebuilding 1.5_r1, no need to list previous changes.
2009-06-01 14:04:13 -07:00
David 'Digit' Turner
3e035afa63
Add docs/SYSTEM-ISSUES.TXT to list important system issues that NDK developers should be aware of
2009-06-01 22:27:18 +02:00
David 'Digit' Turner
58bbcd6d17
Fix ChangeLog, since we're rebuilding 1.5_r1, no need to list previous changes.
2009-06-01 22:25:30 +02:00
David 'Digit' Turner
82ae6d6700
Add docs/HOWTO.TXT to list a few important tips for NDK users
...
Also remove reference to docs/ROADMAP.TXT from README.TXT (doh)
2009-06-01 21:38:27 +02:00
Android (Google) Code Review
e19766ea0a
Merge change 2813 into donut
...
* changes:
Remove the jni-tips.html document. It contains too many swear words :-)
2009-06-01 12:18:21 -07:00
David 'Digit' Turner
a9e8d43e53
Add docs/STABLE-APIS.TXT which contains the list of exposed frozen APIs in the NDK.
...
Also update README.TXT and docs/ANDROID-MK.TXT accordingly, to document the use of
LOCAL_LDLIBS.
2009-06-01 20:38:19 +02:00
David 'Digit' Turner
c6f15d35f3
Remove the jni-tips.html document. It contains too many swear words :-)
2009-06-01 19:10:40 +02:00
David 'Digit' Turner
d21c809912
Expose <android/log.h> which contains the declaration of /system/lib/liblog.so.
...
This allows native application code to send logs to the kernel. Alas !
NOTE: This *is* valid for Cupcake
2009-05-29 21:54:19 +02:00
David 'Digit' Turner
5ad95c577a
Force the use of 32-bit toolchain binaries on 64-bit systems.
...
This is used to reduce the number of distributable prebuilt packages
(i.e. linux-x86_64 is not needed anymore).
Also fix build/tools/build-toolchain.sh to properly copy the GPL and LGPL
license files into the generated prebuilt packages.
Also add a .gitignore files to get less spew from 'git status'
2009-05-27 16:04:25 +02:00
David 'Digit' Turner
979c98c96c
Add simple change log to the NDK documentation.
2009-05-20 16:12:05 +02:00
Android (Google) Code Review
9b3f3f27fe
Merge change 1954 into donut
...
* changes:
Add a bunch of documentation for the Android C library and the JNI interface to the NDK
2009-05-20 02:45:40 -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
d8c9a43284
Add a bunch of documentation for the Android C library and the JNI interface to the NDK
2009-05-19 13:09:20 +02:00
Android (Google) Code Review
3be3c99657
Merge change 1360 into donut
...
* changes:
remove documentation for unsupported variable (LOCAL_STATIC_WHOLE_LIBRARIES)
2009-05-11 11:33:21 -07:00
Android (Google) Code Review
37fa8d40fc
Merge change 1359 into donut
...
* changes:
Remove references to 'cupcake' in all of NDK (replace with 'android-1.5')
2009-05-11 11:32:53 -07:00
David 'Digit' Turner
b25cd5fb97
remove documentation for unsupported variable (LOCAL_STATIC_WHOLE_LIBRARIES)
2009-05-11 17:23:10 +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
David 'Digit' Turner
a07dedea97
Add docs/LICENSES.TXT which indicates where to find the toolchain sources, as well as the GPL/LGPL text files.
...
Note: the prebuilt binary packages used by "make-release.sh" have
been updated to include the COPYING and COPYING.LIB files.
After this patch is commited, you should be able to run "make-release.sh"
to re-generate release packages that contain docs/LICENSES.TXT as well as COPYING and COPYING.LIB
2009-05-10 01:05:25 +02:00
Xavier Ducrohet
3d25a3b264
More Clean up in the NDK Overview doc
2009-05-08 17:47:46 -07:00
Xavier Ducrohet
ba1aad8339
Remove unwanted comments in the NDK Overview doc.
2009-05-08 17:36:51 -07:00
Xavier Ducrohet
5b6da2b185
Remove the ROADMAP NDK file as it shouldn't be packaged with the NDK
2009-05-08 17:21:58 -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
Xavier Ducrohet
dc4ba99cd7
Fix minor typos in the NDK docs.
2009-05-07 15:45:41 -07:00
David 'Digit' Turner
b9a8479e48
Initial import of new NDK into donut tree
2009-05-07 20:39:04 +02:00