Demo application that renders a triangle using Vulkan on the Pixel 3A.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Application.mk 222B

12345678
  1. APP_OPTIM := debug
  2. #APP_ABI := armeabi-v7a
  3. APP_ABI := arm64-v8a
  4. APP_STL := c++_static
  5. APP_CPPFLAGS := -frtti -fexceptions -std=c++14
  6. APP_PLATFORM := android-24
  7. APP_BUILD_SCRIPT := Android.mk
  8. NDK_TOOLCHAIN_VERSION := clang