mirror of
https://github.com/DrBeef/QuakeQuest.git
synced 2024-12-13 06:01:05 +00:00
12 lines
180 B
Makefile
12 lines
180 B
Makefile
|
LOCAL_PATH := $(call my-dir)
|
||
|
|
||
|
LOCAL_C_INCLUDE := $(LOCAL_PATH)/include
|
||
|
|
||
|
include $(addprefix $(LOCAL_PATH)/, $(addsuffix /Android.mk, \
|
||
|
libogg \
|
||
|
libvorbis \
|
||
|
libvorbis-jni \
|
||
|
))
|
||
|
|
||
|
|