最終更新:2016-10-12 (水) 14:02:26 (2900d)
APP_PLATFORM
Top / APP_PLATFORM
This variable contains the name of the target Android platform. For example, android-3 specifies the Android 1.5 system images. For a complete list of platform names and corresponding Android system images, see Android NDK Native APIs .
https://developer.android.com/ndk/guides/application_mk.html#var
バージョン
Android NDK/バージョン 最大 含まれるAPIレベル Android NDK r13 Android/APIレベル24 9,12,13,14,15,16,17,18,19,21,22,23,24 Android NDK r12b Android/APIレベル24 9,12,13,14,15,16,17,18,19,21,22,23,24 Android NDK r11c? Android/APIレベル24 3,4,5,8,9,12,13,14,15,16,17,18,19,21,23,24 Android NDK r10e Android/APIレベル21 3,4,5,8,9,12,13,14,15,16,17,18,19,21
処理
Android NDK/build/core/add-application.mk
- バージョン比較
- 含まれているplatformを列挙して、指定されたものがなかったら最新の物を使う。
# Check that the value of APP_PLATFORM corresponds to a known platform # If not, we're going to use the max supported platform value.