aboutsummaryrefslogtreecommitdiffstats
path: root/sdk-12.1.0_r27/download.sh
blob: 44264d06a9ce0efb24d1bd12aaec71a002e0d760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

# You can go to https://android.googlesource.com/platform/manifest/+refs and
# to check for the latest version/revision.
#
# Usually, different revisions (e.g._r19) work more or less out of the box
# without the need to change the build skripts. 
#
# Caution: VERSION needs to be identical in all scripts in this directory, 
# otherwise the build will not work.

VERSION='12.1.0_r27'
repo init -u https://android.googlesource.com/platform/manifest -b android-$VERSION --depth=1
repo sync --current-branch -j4