project_files/Android-build/SDL-android-project/jni/jnidispatch/Android.mk
author sheepluva
Wed, 18 Jun 2014 01:37:28 +0200
changeset 10324 5d90d8ca9657
parent 10017 de822cd3df3a
permissions -rw-r--r--
tweak code of DrawTextureFromRectDir a bit, removing issue with different x offset depending on dir. also removing the workaround wrt that issue in the frozen hog code
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10017
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 8463
diff changeset
     1
LOCAL_PATH := $(call my-dir)
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 8463
diff changeset
     2
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 8463
diff changeset
     3
include $(CLEAR_VARS)
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 8463
diff changeset
     4
LOCAL_MODULE := libjnidispatch
de822cd3df3a fixwhitespace and dos2unix
koda
parents: 8463
diff changeset
     5
LOCAL_SRC_FILES := libjnidispatch.so
8463
0f39265a1604 Move libjnidispatch to jni/ and copy it to libs/ on build
Medo <smaxein@googlemail.com>
parents:
diff changeset
     6
include $(PREBUILT_SHARED_LIBRARY)