mirror of https://github.com/buggins/dlangui.git
16 lines
314 B
Makefile
16 lines
314 B
Makefile
# List application source files here
|
|
|
|
# application library name ("app" -> libapp.so)
|
|
LOCAL_MODULE=dlangui-activity
|
|
|
|
# applicatino source files: put list of your source files here
|
|
LOCAL_SRC_FILES="\
|
|
../src/app.d \
|
|
"
|
|
|
|
# Additional libraries to link
|
|
LOCAL_LDLIBS=""
|
|
|
|
# Android SDK target
|
|
ANDROID_TARGET="android-19"
|