Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Update android build tools." #634

Merged
merged 1 commit into from Apr 13, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Revert "Update android build tools."

This reverts commit d298017.
  • Loading branch information
Manishearth committed Apr 13, 2017
commit e38a6fd9f88906baedd35d4dd947d9fb3e7f7188
@@ -58,9 +58,9 @@ android-dependencies:
android-sdk:
archive.extracted:
- name: {{ common.servo_home }}/android/sdk/{{ android.sdk.version }}
- source: https://dl.google.com/android/repository/tools_{{ android.sdk.version }}-linux.zip
- source: https://dl.google.com/android/android-sdk_{{ android.sdk.version }}-linux.tgz
- source_hash: sha512={{ android.sdk.sha512 }}
- archive_format: zip
- archive_format: tar
# Workaround for https://github.com/saltstack/salt/pull/36552
- archive_user: servo
- user: servo
@@ -1,10 +1,10 @@
{%
set android = {
'build_tools': '25.0.2',
'platform': '25',
'build_tools': '23.0.3',
'platform': '18',
'sdk': {
'version': 'r25.2.3',
'sha512': 'dfc30ee3e2714cf8008ab1f99757deded002d21b23a8d2ab07952e1afd1c93124ddec06660babf6a46c54e5e7e135c8c0cb4cc512378a8509da074dbf7e253d7'
'version': 'r24.4.1',
'sha512': '96fb71d78a8c2833afeba6df617edcd6cc4e37ecd0c3bec38c39e78204ed3c2bd54b138a56086bf5ccd95e372e3c36e72c1550c13df8232ec19537da93049284'
},
'ndk': {
'version': 'r12b',
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.