mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-12 06:28:59 +01:00
Android build system has been simplified and now is included in src folder, like other build systems.
4 lines
108 B
Makefile
4 lines
108 B
Makefile
APP_ABI := $(TARGET_ARCH_ABI)
|
|
# $(warning APP_ABI $(APP_ABI))
|
|
# $(warning LOCAL_ARM_NEON $(LOCAL_ARM_NEON))
|