Skip to content

Commit

Permalink
Update aosp/raosp to 4.3.1 release 1
Browse files Browse the repository at this point in the history
  • Loading branch information
swordrune10 committed Oct 10, 2013
1 parent 5ed57bc commit dd6732b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions update/reposync
Expand Up @@ -321,7 +321,7 @@ fi
if [ $setupanswer == "5" ]; then
export SCRIPT_REPO=$(echo "aosp")
export REPO_PLATFORM=$(echo "jb")
repo_branch=$(echo "android-4.3_r3.1")
repo_branch=$(echo "android-4.3.1_r1")
repo_name=$(echo "Android Open Source Project")
repo_url=$(echo "https://android.googlesource.com/platform/manifest")
done=true
Expand Down Expand Up @@ -411,7 +411,7 @@ fi
if [ $setupanswer == "14" ]; then
export SCRIPT_REPO=$(echo "raosp")
export REPO_PLATFORM=$(echo "jb")
repo_branch=$(echo "android-4.3_r3.1")
repo_branch=$(echo "android-4.3.1_r1")
repo_name=$(echo "Rooted & Busyboxed AOSP")
repo_url=$(echo "https://android.googlesource.com/platform/manifest")
done=true
Expand All @@ -435,7 +435,7 @@ if [ $setupanswer == "15" ] || [ $setupanswer == "16" ]; then

export SCRIPT_REPO=$(echo "aosp")
export REPO_PLATFORM=$(echo "jb")
repo_branch=$(echo "android-4.3_r3.1")
repo_branch=$(echo "android-4.3.1_r1")
repo_name=$(echo "Android Open Source Project")
repo_url=$(echo "https://android.googlesource.com/platform/manifest")
setupcheck
Expand Down Expand Up @@ -497,7 +497,7 @@ if [ $setupanswer == "15" ] || [ $setupanswer == "16" ]; then

export SCRIPT_REPO=$(echo "raosp")
export REPO_PLATFORM=$(echo "jb")
repo_branch=$(echo "android-4.3_r3.1")
repo_branch=$(echo "android-4.3.1_r1")
repo_name=$(echo "Rooted & Busyboxed AOSP")
repo_url=$(echo "https://android.googlesource.com/platform/manifest")
done=true
Expand Down

0 comments on commit dd6732b

Please sign in to comment.