project_files/Android-build/SDL-android-project/jni/jnidispatch/Android.mk
author Wuzzy <Wuzzy2@mail.ru>
Sat, 29 Sep 2018 01:17:15 +0200
changeset 13816 e3fee73c51a0
parent 10017 de822cd3df3a
permissions -rw-r--r--
Move campaign mission images to share/ instead of hardcoding them into frontend Hardcoding campaign mission images prevented add-ons from adding their own preview images.

LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)
LOCAL_MODULE := libjnidispatch
LOCAL_SRC_FILES := libjnidispatch.so
include $(PREBUILT_SHARED_LIBRARY)