project_files/Android-build/SDL-android-project/jni/jnidispatch/Android.mk
author Wuzzy <Wuzzy2@mail.ru>
Mon, 08 Jul 2019 21:44:26 +0200
changeset 15220 ceb289e8a582
parent 10017 de822cd3df3a
permissions -rw-r--r--
King Mode: Fix king placement phase not working correctly with multiple teams in a clan New king placement phase rules: * Before the game begins, each team can walk with their king and teleport for free, everything else is disabled * This special round does not count towards the round counter, like in gfPlaceHog * TotalRounds is set to -1 during this round, like in gfPlaceHog Under the old rules, this was much more hacky. The delay of all delay-less weapons was just set to 1 The problem with the old rules was that if any clan had more than 1 team, eventually the weapon delay will time out before all kings have been placed.
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)