]> git.lizzy.rs Git - dragonfireclient.git/blob - build/android/jni/Deps.mk
Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)"
[dragonfireclient.git] / build / android / jni / Deps.mk
1 APP_PLATFORM := ${APP_PLATFORM}
2 APP_ABI := ${TARGET_ABI}
3 APP_STL := c++_shared
4 APP_DEPRECATED_HEADERS := true
5
6 APP_CFLAGS += ${TARGET_CFLAGS_ADDON}
7 APP_CPPFLAGS += ${TARGET_CXXFLAGS_ADDON} -fexceptions -std=c++11