Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile-Cn-Ko-En
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-Cn-Ko-En
Commits
e11b0b1b
Commit
e11b0b1b
authored
Mar 30, 2020
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
使用NDK r21
parent
cb050736
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
Classes/openal/android/config.h
Classes/openal/android/config.h
+1
-1
README.md
README.md
+1
-3
libygo/build.gradle
libygo/build.gradle
+1
-0
No files found.
Classes/openal/android/config.h
View file @
e11b0b1b
...
...
@@ -93,7 +93,7 @@
#define HAVE_MODFF
/* Define if we have the log2f function */
/* #undef HAVE_LOG2F */
#define HAVE_LOG2F
/* Define if we have the cbrtf function */
#define HAVE_CBRTF
...
...
README.md
View file @
e11b0b1b
...
...
@@ -13,9 +13,7 @@ ndk编译环境(请用迅雷,旋风,或者翻墙vpn下载)
Windows: https://dl.google.com/android/ndk/android-ndk-r9d-windows-x86_64.zip
目前最新ndk
https://dl.google.com/android/repository/android-ndk-r15b-windows-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r15b-darwin-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r15b-linux-x86_64.zip
https://developer.android.google.cn/ndk/downloads/
重要
---------------------------------------------
...
...
libygo/build.gradle
View file @
e11b0b1b
...
...
@@ -27,6 +27,7 @@ android {
res
.
srcDirs
=
[
'../libcore/src/main/res'
]
}
}
ndkVersion
=
'21.0.6113669'
}
dependencies
{
...
...
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