From 0711e65972b399cf0ee7f77f1ddb9ce4395ab2c1 Mon Sep 17 00:00:00 2001 From: Vsevolod Glumov Date: Sat, 24 Nov 2012 13:29:10 +0400 Subject: [PATCH] Added a note to the android_dev_intro.rst. --- .../introduction/android_binary_package/android_dev_intro.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/tutorials/introduction/android_binary_package/android_dev_intro.rst b/doc/tutorials/introduction/android_binary_package/android_dev_intro.rst index d004132..8855c5b 100644 --- a/doc/tutorials/introduction/android_binary_package/android_dev_intro.rst +++ b/doc/tutorials/introduction/android_binary_package/android_dev_intro.rst @@ -334,7 +334,11 @@ and exceptions are used in C++, it also should be created. Example of the file : APP_STL := gnustl_static APP_CPPFLAGS := -frtti -fexceptions - APP_ABI := armeabi-v7a + APP_ABI := all + +.. note:: We recommend setting ``APP_ABI := all`` for all targets. If you want to specify the + target explicitly, use ``armeabi`` for ARMv5/ARMv6, ``armeabi-v7a`` for ARMv7, ``x86`` + for Intel Atom or ``mips`` for MIPS. .. _NDK_build_cli: -- 2.7.4