diff --git a/manifests/glodroid.xml b/manifests/glodroid.xml index d19c5cb..9e9b7ca 100644 --- a/manifests/glodroid.xml +++ b/manifests/glodroid.xml @@ -45,10 +45,10 @@ - + - + diff --git a/unfold_aosp.sh b/unfold_aosp.sh index 749692d..d3bd8f8 100755 --- a/unfold_aosp.sh +++ b/unfold_aosp.sh @@ -4,7 +4,7 @@ LOCAL_PATH=$(pwd) echo Init repo tree using AOSP manifest pushd aosptree -repo init --depth=2 -u https://android.googlesource.com/platform/manifest -b refs/tags/android-platform-14.0.0_r4 ${GD_REPO_INIT_ARGS} +repo init --depth=2 -u https://android.googlesource.com/platform/manifest -b refs/tags/android-platform-14.0.0_r8 ${GD_REPO_INIT_ARGS} cd .repo/manifests mv default.xml aosp.xml cp ${LOCAL_PATH}/manifests/tesla-android.xml tesla-android.xml