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.
This commit is contained in:
David 'Digit' Turner
2009-06-01 20:38:19 +02:00
parent 5cfa1ec884
commit a9e8d43e53
3 changed files with 128 additions and 0 deletions

View File

@@ -9,6 +9,10 @@ A high-level overview of the NDK's features and limitations can be found
in docs/OVERVIEW.TXT. Please read this document as it contains crucial
information for correct usage.
See docs/STABLE-APIS.TXT for the list of frozen binary APIs exposed by
this NDK, as well as the corresponding system image versions that support
them.
Before using the NDK, you will need to follow the steps described by
docs/INSTALL.TXT which lists the NDK pre-requisites and the steps needed
to set it up properly on your machine.