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
ab13cf4e
Commit
ab13cf4e
authored
Apr 01, 2020
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "使用NDK r21"
This reverts commit
e11b0b1b
.
parent
e4e6f858
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Classes/openal/android/config.h
Classes/openal/android/config.h
+1
-1
README.md
README.md
+3
-1
libygo/build.gradle
libygo/build.gradle
+0
-1
No files found.
Classes/openal/android/config.h
View file @
ab13cf4e
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
#define HAVE_MODFF
#define HAVE_MODFF
/* Define if we have the log2f function */
/* Define if we have the log2f function */
#define HAVE_LOG2F
/* #undef HAVE_LOG2F */
/* Define if we have the cbrtf function */
/* Define if we have the cbrtf function */
#define HAVE_CBRTF
#define HAVE_CBRTF
...
...
README.md
View file @
ab13cf4e
...
@@ -13,7 +13,9 @@ ndk编译环境(请用迅雷,旋风,或者翻墙vpn下载)
...
@@ -13,7 +13,9 @@ ndk编译环境(请用迅雷,旋风,或者翻墙vpn下载)
Windows: https://dl.google.com/android/ndk/android-ndk-r9d-windows-x86_64.zip
Windows: https://dl.google.com/android/ndk/android-ndk-r9d-windows-x86_64.zip
目前最新ndk
目前最新ndk
https://developer.android.google.cn/ndk/downloads/
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
重要
重要
---------------------------------------------
---------------------------------------------
...
...
libygo/build.gradle
View file @
ab13cf4e
...
@@ -27,7 +27,6 @@ android {
...
@@ -27,7 +27,6 @@ android {
res
.
srcDirs
=
[
'../libcore/src/main/res'
]
res
.
srcDirs
=
[
'../libcore/src/main/res'
]
}
}
}
}
ndkVersion
=
'21.0.6113669'
}
}
dependencies
{
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