最終更新:2016-10-12 (水) 14:02:26 (2746d)  

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/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.

Android NDK/build/core/setup-abi.mk?

関連