Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
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
Libraries
mruby
Commits
089e2a16
Commit
089e2a16
authored
Oct 13, 2015
by
Yukihiro "Matz" Matsumoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2991 from sagmor/android-rename
Rename androidndk tolchain to just android
parents
e48596e9
1e2381f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
tasks/toolchains/android.rake
tasks/toolchains/android.rake
+3
-4
No files found.
tasks/toolchains/android
ndk
.rake
→
tasks/toolchains/android.rake
View file @
089e2a16
class
MRuby::Toolchain::Android
class
MRuby::Toolchain::AndroidNDK
DEFAULT_ARCH
=
'armeabi'
DEFAULT_ARCH
=
'armeabi'
DEFAULT_PLATFORM
=
'android-14'
DEFAULT_PLATFORM
=
'android-14'
DEFAULT_TOOLCHAIN
=
:gcc
DEFAULT_TOOLCHAIN
=
:gcc
...
@@ -199,8 +198,8 @@ Set ANDROID_NDK_HOME environment variable or set :ndk_home parameter
...
@@ -199,8 +198,8 @@ Set ANDROID_NDK_HOME environment variable or set :ndk_home parameter
end
end
end
end
MRuby
::
Toolchain
.
new
(
:android
ndk
)
do
|
conf
,
params
|
MRuby
::
Toolchain
.
new
(
:android
)
do
|
conf
,
params
|
ndk
=
MRuby
::
Toolchain
::
Android
NDK
.
new
(
params
)
ndk
=
MRuby
::
Toolchain
::
Android
.
new
(
params
)
toolchain
ndk
.
toolchain
toolchain
ndk
.
toolchain
...
...
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