Lines Matching full:mips
7 Android NDK r8 added support for the 'mips' ABI, that allows native code to
11 The Android 'mips' ABI itself is fully specified in d/CPU-ARCH-ABIS.
16 Generating mips machine code is simple: just add 'mips' to your APP_ABI
19 APP_ABI := armeabi armeabi-v7a mips
30 As you would expect, generated libraries will go into $PROJECT/libs/mips/, and
31 will be embedded into your .apk under /lib/mips/.
34 libraries on a *compatible* mips-based device automatically at install time,
46 It is possible to use the mips toolchain with NDK r8 in stand-alone mode.
50 $NDK/build/tools/make-standalone-toolchain.sh --arch=mips --install-dir=<path>
57 The minimal native API level provided by official Android mips platform builds
63 native platform headers/libraries for you. For mips, this still corresponds