Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
245
Issues
245
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
18
Merge Requests
18
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
F-Droid
Server
Commits
ed310f04
Commit
ed310f04
authored
Mar 19, 2017
by
Boris Kraut
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makebs: add ndk r14
parent
9b12aa6f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
0 deletions
+10
-0
buildserver/config.buildserver.py
buildserver/config.buildserver.py
+1
-0
buildserver/provision-android-ndk
buildserver/provision-android-ndk
+5
-0
examples/config.py
examples/config.py
+1
-0
fdroidserver/common.py
fdroidserver/common.py
+1
-0
makebuildserver
makebuildserver
+2
-0
No files found.
buildserver/config.buildserver.py
View file @
ed310f04
...
...
@@ -5,6 +5,7 @@ ndk_paths = {
'r11c'
:
"/home/vagrant/android-ndk/r11c"
,
'r12b'
:
"/home/vagrant/android-ndk/r12b"
,
'r13b'
:
"/home/vagrant/android-ndk/r13b"
,
'r14'
:
"/home/vagrant/android-ndk/r14"
,
}
qt_sdk_path
=
"/home/vagrant/qt-sdk/5.7.0/5.7"
java_paths
=
{
...
...
buildserver/provision-android-ndk
View file @
ed310f04
...
...
@@ -35,5 +35,10 @@ if [ ! -e $NDK_BASE/r13b ]; then
mv
android-ndk-r13b r13b
fi
if
[
!
-e
$NDK_BASE
/r14
]
;
then
unzip /vagrant/cache/android-ndk-r14-linux-x86_64.zip
>
/dev/null
mv
android-ndk-r14 r14
fi
chmod
-R
a+rX
$NDK_BASE
/
find
$NDK_BASE
/
-type
f
-executable
-print0
| xargs
-0
chmod
a+x
examples/config.py
View file @
ed310f04
...
...
@@ -16,6 +16,7 @@
# 'r11c': None,
# 'r12b': "$ANDROID_NDK",
# 'r13b': None,
# 'r14': None,
# }
# Path to the Qt SDK. It is of the form "/path/to/Qt5.7.0/5.7"
...
...
fdroidserver/common.py
View file @
ed310f04
...
...
@@ -62,6 +62,7 @@ default_config = {
'r11c'
:
None
,
'r12b'
:
"$ANDROID_NDK"
,
'r13b'
:
None
,
'r14'
:
None
,
},
'qt_sdk_path'
:
None
,
'build_tools'
:
"25.0.2"
,
...
...
makebuildserver
View file @
ed310f04
...
...
@@ -305,6 +305,8 @@ cachefiles = [
'eafae2d614e5475a3bcfd7c5f201db5b963cc1290ee3e8ae791ff0c66757781e'
),
(
'https://dl.google.com/android/repository/android-ndk-r13b-linux-x86_64.zip'
,
'3524d7f8fca6dc0d8e7073a7ab7f76888780a22841a6641927123146c3ffd29c'
),
(
'https://dl.google.com/android/repository/android-ndk-r14-linux-x86_64.zip'
,
'3e622c2c9943964ea44cd56317d0769ed4c811bb4b40dc45b1f6965e4db9aa44'
),
(
'https://download.qt.io/official_releases/qt/5.7/5.7.0/qt-opensource-linux-x64-android-5.7.0.run'
,
'f7e55b7970e59bdaabb88cb7afc12e9061e933992bda2f076f52600358644586'
),
]
...
...
Boris Kraut
@krt
mentioned in commit
android-sdk-transparency-log@f456ba22
·
Feb 10, 2020
mentioned in commit
android-sdk-transparency-log@f456ba22
mentioned in commit android-sdk-transparency-log@f456ba222508ab523e03632ae81909eb52f20423
Toggle commit list
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