Demo application that renders a triangle using Vulkan on the Pixel 3A.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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