Home
last modified time | relevance | path

Searched refs:NDK (Results 1 – 2 of 2) sorted by relevance

/development/ndk/tests/
Drun-all.sh13 if [ -z "$NDK" ] ; then
18 if [ ! -d "$NDK" ] ; then
19 echo "ERROR: Your NDK variable does not point to a directory: $NDK"
23 if [ ! -f "$NDK/ndk-build" -o ! -f "$NDK/build/core/ndk-common.sh" ] ; then
24 echo "ERROR: Your NDK variable does not point to a valid NDK directory: $NDK"
28 if [ ! -d "$NDK/platforms" -o ! -d "$NDK/samples" ] ; then
30 echo "Please run $NDK/build/tools/build-platforms.sh first !"
95 $NDK/ndk-build -B $JOBS 2>&1
100 $NDK/ndk-build -B $JOBS >> $MYLOG 2>&1
117 run $NDK/ndk-build -B $JOBS
/development/ndk/platforms/
DREADME.CRT.TXT2 required by the Android NDK toolchains. This document explains
161 To maintain binary compatibility to all existing NDK-generated machine code,
163 that shall *not* be exported by the NDK-provided link-time libraries (i.e.
164 $NDK/platforms/android-$LEVEL/arch-$ARCH/usr/lib/libc.so).
166 Starting from NDK r7, the NDK libc.so is itself generated by a script
170 The NDK libc.a, on the other hand, is a copy of a given version of the system
176 None of the link-time NDK shared libraries should export any libgcc symbol.
179 maintain binary compatibility with 'legacy' NDK machine code. Details are
186 $NDK/build/tools/unwanted-symbols/$ARCH/libgcc.a.functions.txt
202 'legacy' NDK machine code.
[all …]