libsuperderpy/android/jni/localgen.mk.in
2016-11-07 01:45:12 +01:00

12 lines
451 B
Makefile

# Absolute paths to Allegro source and build directories.
CMAKE_SOURCE_DIR := ${CMAKE_SOURCE_DIR}
CMAKE_BINARY_DIR := ${CMAKE_BINARY_DIR}
# Relative path to prebuilt Allegro libraries from LOCAL_PATH.
RELATIVE_LIB_DIR := ${RELATIVE_LIB_DIR}
# Library type suffix on Allegro libraries, e.g. "-debug".
# XXX changing this requires manual editing of the System.loadLibrary calls
LIB_TYPE_SUFFIX := ${LIB_TYPE_SUFFIX}
TARGET_ARCH_ABI := ${ARM_TARGETS}