mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-26 14:02:01 +00:00
4597b03873
Opens in Android Studio but haven't even tried to build it yet (it won't.. I know that much!)
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 \
|
|
))
|
|
|
|
|