# 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}