mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-03-06 01:11:27 +00:00
11 lines
180 B
Makefile
11 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 \
|
|
))
|
|
|
|
|