diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-14 19:21:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-14 19:21:26 -0400 |
commit | f72d58e2ca81279a960c124b460c380d763df17b (patch) | |
tree | 6c3608809bfe65ba250af2221d5dd5c16ae0a9ce /standalone/android/buildchroot | |
parent | 800669c1bfdf2f8ad3ab61a8dea6493278f3688f (diff) |
switching android builder to debian jessie
Diffstat (limited to 'standalone/android/buildchroot')
-rwxr-xr-x | standalone/android/buildchroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/buildchroot b/standalone/android/buildchroot index 396beab78..e64bdd03d 100755 --- a/standalone/android/buildchroot +++ b/standalone/android/buildchroot @@ -5,7 +5,7 @@ if [ "$(whoami)" != root ]; then exit 1 fi -debootstrap --arch=i386 stable debian-stable-android +debootstrap --arch=i386 jessie debian-stable-android cp $0-inchroot debian-stable-android/tmp cp $0-inchroot-asuser debian-stable-android/tmp cp $(dirname $0)/abiversion debian-stable-android/tmp |