We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a424895 commit be9c59bCopy full SHA for be9c59b
build-vts.sh
@@ -2,8 +2,10 @@
2
export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
3
4
export ANDROID_MANIFEST_URL="https://android.googlesource.com/platform/manifest"
5
-export MANIFEST_BRANCH="android-vts-9.0_r5"
6
-export TOOLCHAIN="clang-r346389c"
+#export MANIFEST_BRANCH="android-vts-9.0_r5"
+export MANIFEST_BRANCH="android-vts-9.0_r8"
7
+#export TOOLCHAIN="clang-r346389c"
8
+export TOOLCHAIN="clang-r353983b"
9
export LUNCH_TARGET="aosp_arm64-userdebug"
10
export nproc=9
11
export latest=0
0 commit comments