Skip to content

Commit be9c59b

Browse files
committed
update to android-vts-9.0_r8
update to use clang-r353983b Signed-off-by: Tom Gall <tom.gall@linaro.org>
1 parent a424895 commit be9c59b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build-vts.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
33

44
export ANDROID_MANIFEST_URL="https://android.googlesource.com/platform/manifest"
5-
export MANIFEST_BRANCH="android-vts-9.0_r5"
6-
export TOOLCHAIN="clang-r346389c"
5+
#export MANIFEST_BRANCH="android-vts-9.0_r5"
6+
export MANIFEST_BRANCH="android-vts-9.0_r8"
7+
#export TOOLCHAIN="clang-r346389c"
8+
export TOOLCHAIN="clang-r353983b"
79
export LUNCH_TARGET="aosp_arm64-userdebug"
810
export nproc=9
911
export latest=0

0 commit comments

Comments
 (0)