Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile
Commits
fa3ecfc7
Commit
fa3ecfc7
authored
Nov 14, 2019
by
Unicorn369
Committed by
fallenstardust
Dec 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试是否能编译通过
parent
88cdbaff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
libcore/jni/Android.mk
libcore/jni/Android.mk
+12
-0
No files found.
libcore/jni/Android.mk
View file @
fa3ecfc7
...
@@ -36,6 +36,9 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/../irrlicht/source/Irrlicht/Android
...
@@ -36,6 +36,9 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/../irrlicht/source/Irrlicht/Android
LOCAL_C_INCLUDES
+=
$(LOCAL_PATH)
/../Classes/freetype/include
LOCAL_C_INCLUDES
+=
$(LOCAL_PATH)
/../Classes/freetype/include
LOCAL_C_INCLUDES
+=
$(LOCAL_PATH)
/../Classes/sqlite3
LOCAL_C_INCLUDES
+=
$(LOCAL_PATH)
/../Classes/sqlite3
LOCAL_C_INCLUDES
+=
$(LOCAL_PATH)
/../Classes/libevent/include
LOCAL_C_INCLUDES
+=
$(LOCAL_PATH)
/../Classes/libevent/include
LOCAL_C_INCLUDES
+=
$(LOCAL_PATH)
/../Classes/libsndfile/include
LOCAL_C_INCLUDES
+=
$(LOCAL_PATH)
/../Classes/mpg123/include
LOCAL_C_INCLUDES
+=
$(LOCAL_PATH)
/../Classes/openal/include
LOCAL_SRC_FILES
:=
$(LOCAL_PATH)
/android/android_tools.cpp
\
LOCAL_SRC_FILES
:=
$(LOCAL_PATH)
/android/android_tools.cpp
\
$(LOCAL_PATH)
/android/xstring.cpp
\
$(LOCAL_PATH)
/android/xstring.cpp
\
...
@@ -71,7 +74,10 @@ LOCAL_SRC_FILES := $(LOCAL_PATH)/android/android_tools.cpp \
...
@@ -71,7 +74,10 @@ LOCAL_SRC_FILES := $(LOCAL_PATH)/android/android_tools.cpp \
$(LOCAL_PATH)
/../Classes/gframe/replay.cpp
\
$(LOCAL_PATH)
/../Classes/gframe/replay.cpp
\
$(LOCAL_PATH)
/../Classes/gframe/single_duel.cpp
\
$(LOCAL_PATH)
/../Classes/gframe/single_duel.cpp
\
$(LOCAL_PATH)
/../Classes/gframe/single_mode.cpp
\
$(LOCAL_PATH)
/../Classes/gframe/single_mode.cpp
\
$(LOCAL_PATH)
/../Classes/gframe/sound_manager.cpp
\
$(LOCAL_PATH)
/../Classes/gframe/sound_openal.cpp
\
$(LOCAL_PATH)
/../Classes/gframe/tag_duel.cpp
\
$(LOCAL_PATH)
/../Classes/gframe/tag_duel.cpp
\
$(LOCAL_PATH)
/../Classes/gframe/utils.cpp
\
$(LOCAL_PATH)
/jni/cn_garymb_ygomobile_core_IrrlichtBridge.cpp
$(LOCAL_PATH)
/jni/cn_garymb_ygomobile_core_IrrlichtBridge.cpp
LOCAL_LDLIBS
:=
-lEGL
-llog
-lGLESv1_CM
-lGLESv2
-landroid
-lOpenSLES
LOCAL_LDLIBS
:=
-lEGL
-llog
-lGLESv1_CM
-lGLESv2
-landroid
-lOpenSLES
...
@@ -83,6 +89,9 @@ LOCAL_STATIC_LIBRARIES += libcrypto_static
...
@@ -83,6 +89,9 @@ LOCAL_STATIC_LIBRARIES += libcrypto_static
LOCAL_STATIC_LIBRARIES
+=
libevent2
LOCAL_STATIC_LIBRARIES
+=
libevent2
LOCAL_STATIC_LIBRARIES
+=
libocgcore_static
LOCAL_STATIC_LIBRARIES
+=
libocgcore_static
LOCAL_STATIC_LIBRARIES
+=
liblua5.3
LOCAL_STATIC_LIBRARIES
+=
liblua5.3
LOCAL_STATIC_LIBRARIES
+=
libsndfile
LOCAL_STATIC_LIBRARIES
+=
libmpg123
LOCAL_STATIC_LIBRARIES
+=
openal
LOCAL_STATIC_LIBRARIES
+=
clzma
LOCAL_STATIC_LIBRARIES
+=
clzma
LOCAL_STATIC_LIBRARIES
+=
cspmemvfs
LOCAL_STATIC_LIBRARIES
+=
cspmemvfs
LOCAL_STATIC_LIBRARIES
+=
sqlite3
LOCAL_STATIC_LIBRARIES
+=
sqlite3
...
@@ -98,6 +107,9 @@ $(call import-module,libevent)
...
@@ -98,6 +107,9 @@ $(call import-module,libevent)
$(call
import-module,sqlite3)
$(call
import-module,sqlite3)
$(call
import-module,ocgcore)
$(call
import-module,ocgcore)
$(call
import-module,lua)
$(call
import-module,lua)
$(call
import-module,libsndfile)
$(call
import-module,mpg123)
$(call
import-module,openal)
$(call
import-module,freetype)
$(call
import-module,freetype)
$(call
import-module,gframe/lzma)
$(call
import-module,gframe/lzma)
$(call
import-module,gframe/spmemvfs)
$(call
import-module,gframe/spmemvfs)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment