Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
ci-image-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
ci-image-android
Commits
e329ba8c
Verified
Commit
e329ba8c
authored
5 years ago
by
Torsten Grote
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade to API 29 and Debian buster
parent
be2a96c5
No related branches found
No related tags found
No related merge requests found
Pipeline
#3797
failed
5 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
install.sh
+2
-2
2 additions, 2 deletions
install.sh
with
3 additions
and
3 deletions
Dockerfile
+
1
−
1
View file @
e329ba8c
FROM
debian:
stretch
FROM
debian:
buster
ENV
LANG=C.UTF-8
ENV
DEBIAN_FRONTEND=noninteractive
...
...
This diff is collapsed.
Click to expand it.
install.sh
+
2
−
2
View file @
e329ba8c
...
...
@@ -49,5 +49,5 @@ printf "\n79120722343a6f314e0719f863036c702b0e6b2a\n84831b9409646a918e30573bab4c
mkdir
/root/.android
touch
/root/.android/repositories.cfg
echo
y |
$ANDROID_HOME
/tools/bin/sdkmanager
"platform-tools"
echo
y |
$ANDROID_HOME
/tools/bin/sdkmanager
"build-tools;2
8
.0.
3
"
echo
y |
$ANDROID_HOME
/tools/bin/sdkmanager
"platforms;android-2
8
"
echo
y |
$ANDROID_HOME
/tools/bin/sdkmanager
"build-tools;2
9
.0.
2
"
echo
y |
$ANDROID_HOME
/tools/bin/sdkmanager
"platforms;android-2
9
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment