Skip to content

Commit c9cb45b

Browse files
author
minggo
committed
use arm mode to fix relocation overflow in R_ARM_THM_CALL error
1 parent 10ceb11 commit c9cb45b

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

Box2D/Android.mk

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ LOCAL_MODULE := box2d_static
66

77
LOCAL_MODULE_FILENAME := libbox2d
88

9+
LOCAL_ARM_MODE := arm
10+
911
LOCAL_SRC_FILES := \
1012
Collision/b2BroadPhase.cpp \
1113
Collision/b2CollideCircle.cpp \

bullet/Android.mk

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ LOCAL_MODULE := bullet_static
66

77
LOCAL_MODULE_FILENAME := libbullet
88

9+
LOCAL_ARM_MODE := arm
10+
911
LOCAL_SRC_FILES := \
1012
BulletCollision/BroadphaseCollision/btAxisSweep3.cpp \
1113
BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp \

flatbuffers/Android.mk

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ LOCAL_MODULE := cocos_flatbuffers_static
66

77
LOCAL_MODULE_FILENAME := flatbuffers
88

9+
LOCAL_ARM_MODE := arm
10+
911
LOCAL_SRC_FILES := \
1012
flatc.cpp \
1113
idl_gen_cpp.cpp \

recast/Android.mk

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ LOCAL_MODULE := recast_static
66

77
LOCAL_MODULE_FILENAME := librecast
88

9+
LOCAL_ARM_MODE := arm
10+
911
LOCAL_SRC_FILES := \
1012
DebugUtils/DebugDraw.cpp \
1113
DebugUtils/DetourDebugDraw.cpp \

0 commit comments

Comments
 (0)