• Home
  • History
  • Annotate
  • only in /development/ndk/platforms/android-9/arch-arm/symbols/
History log of /development/ndk/platforms/android-9/arch-arm/symbols/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e872f4e101be9a9aec6a3afeef0ec4f7ba9be234 10-Oct-2011 David 'Digit' Turner <digit@google.com> ndk: Remove obsolete platform files

Remove the prebuilt system shared libraries and unified symbol files
from development/ndk. We don't need them anymore:

- the unified symbol files are replaced by separate functions/variables
symbol list, which were added in a previous commit, i.e.:

libc.so.txt --> libc.so.functions.txt
libc.so.variables.txt

- the shared libraries are now generated on the fly by the NDK
gen-platforms.sh script, from the functions/variables symbol lists.

Note that we need to keep the static libraries and runtime objects,
they are required to build the cross-toolchains and target binaries.

Change-Id: Ifa0a7f2d741ed32b80216561ca3f17e67df06ce9
ibEGL.so.txt
ibOpenSLES.so.txt
ibandroid.so.txt
02053eb7a18e9ee293b545ccd5900ebf3c1a5c9b 10-Oct-2011 David 'Digit' Turner <digit@google.com> ndk: separate functions and variables symbol lists

This change introduces separate symbol lists for functions
and variables of each NDK system shared library.

Note that we don't remove the unified symbol files yet. This
will be done later when we complete other changes under ndk/,
namely the ability to generate platforms trees containing shell
libraries generated directly from them.

These files were generated using the following:

cd development/ndk
for DIR in platforms/*/*/lib; do
for ARCH in arm x86; do
$NDK/build/tools/gen-system-symbols $DIR $DIR/../symbols
done
done

This means that the symbol lists were generated by parsing the
existing prebuilt shared libraries under platforms/ and extracting
their function and variable names.

Change-Id: Ie1e791d98260a7f0d8d2e9f71323a7ea448f2dd4
ibEGL.so.functions.txt
ibEGL.so.variables.txt
ibOpenSLES.so.functions.txt
ibOpenSLES.so.variables.txt
ibandroid.so.functions.txt
ibandroid.so.variables.txt
ibc.so.functions.txt
ibc.so.variables.txt
90887627f185ea795fd8620bb916bd14a9f51041 30-Nov-2010 David 'Digit' Turner <digit@google.com> ndk: Update headers and libraries for API level 9

Change-Id: I39eded0065145803b51b22cdc18abef43abe426c
ibEGL.so.txt
ibOpenSLES.so.txt
ibandroid.so.txt
51bcfb7110789145b852387066decaa86baeb4e1 08-Oct-2010 David 'Digit' Turner <digit@google.com> ndk: Add missing OpenSLES headers and libraries.

Change-Id: I5444f8701a2b8ad8e99fffc6906bad1bf101530f
ibOpenSLES.so.txt