Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
ci-image-android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
briar
ci-image-android
Commits
5d7a1666
Verified
Commit
5d7a1666
authored
Feb 04, 2019
by
Torsten Grote
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Accept new SDK license and install newer build tools
parent
e73c73c3
Pipeline
#2967
passed with stages
in 12 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
install.sh
install.sh
+2
-2
No files found.
install.sh
View file @
5d7a1666
...
...
@@ -41,7 +41,7 @@ mv tools ${ANDROID_HOME}/
# Accept all those nasty EULAs
mkdir
-p
${
ANDROID_HOME
}
/licenses/
printf
"
\n
8933bad161af4178b1185d1a37fbf41ea5269c55
\n
d56f5187479451eabf01fb78af6dfcb131a6481e"
>
${
ANDROID_HOME
}
/licenses/android-sdk-license
printf
"
\n
8933bad161af4178b1185d1a37fbf41ea5269c55
\n
d56f5187479451eabf01fb78af6dfcb131a6481e
\n
24333f8a63b6825ea9c5514f83c2829b004d1fee
"
>
${
ANDROID_HOME
}
/licenses/android-sdk-license
printf
"
\n
84831b9409646a918e30573bab4c9c91346d8abd"
>
${
ANDROID_HOME
}
/licenses/android-sdk-preview-license
printf
"
\n
79120722343a6f314e0719f863036c702b0e6b2a
\n
84831b9409646a918e30573bab4c9c91346d8abd"
>
${
ANDROID_HOME
}
/licenses/android-sdk-preview-license-old
...
...
@@ -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;28.0.
2
"
echo
y |
$ANDROID_HOME
/tools/bin/sdkmanager
"build-tools;28.0.
3
"
echo
y |
$ANDROID_HOME
/tools/bin/sdkmanager
"platforms;android-28"
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