最終更新:2015-12-28 (月) 17:34:36 (3035d)  

APP_ABI
Top / APP_ABI

http://developer.android.com/ndk/guides/application_mk.html#var

メモ

  • By default, the NDK build system generates machine code for the armeabi ABI.
  • This machine code corresponds to an ARMv5TE-based CPU with software floating point operations.
  • You can use APP_ABI to select a different ABI.

複数

  • You can also specify multiple values by placing them on the same line, delimited by spaces. For example:
    APP_ABI := armeabi armeabi-v7a x86 mips

ABI

ツールチェーン

関連