The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
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.

14 lines
412B

  1. # Automatically generated makefile, created by the Projucer
  2. # Don't edit this file! Your changes will be overwritten when you re-save the Projucer project!
  3. APP_STL := gnustl_static
  4. APP_CPPFLAGS += -fsigned-char -fexceptions -frtti -Wno-psabi
  5. APP_PLATFORM := android-23
  6. NDK_TOOLCHAIN_VERSION := 4.9
  7. ifeq ($(NDK_DEBUG),1)
  8. APP_ABI := armeabi x86
  9. else
  10. APP_ABI := armeabi armeabi-v7a x86
  11. endif