Lines Matching full:x86
1 <html><body><pre>Android NDK x86 (a.k.a. IA-32) instruction set support
7 Android NDK r6 added support for the 'x86' ABI, that allows native code to
11 The Android x86 ABI itself is fully specified in docs/CPU-ARCH-ABIS.html.
16 Generating x86 machine code is simple: just add 'x86' to your APP_ABI
19 APP_ABI := armeabi armeabi-v7a x86
32 As you would expect, generated libraries will go into $PROJECT/libs/x86/, and
33 will be embedded into your .apk under /lib/x86/.
36 libraries on a *compatible* x86-based device automatically at install time,
48 It is possible to use the x86 toolchain with NDK r6 in stand-alone mode.
52 $NDK/build/tools/make-standalone-toolchain.sh --arch=x86 --install-dir=<path>
60 The minimal native API level provided by official Android x86 platform builds
68 Note that, as of today (June 2011), *no* compatible x86 devices exist on the
72 official Android open-source tree and added their own x86-specific