Skip to content

Commit a424895

Browse files
committed
Small update for cts 9.0_r7
Signed-off-by: Tom Gall <tom.gall@linaro.org>
1 parent 88f2216 commit a424895

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-cts.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
44
export ANDROID_MANIFEST_URL="https://android.googlesource.com/platform/manifest"
55
#export MANIFEST_BRANCH="android-cts-8.1_r6"
66
export MANIFEST_BRANCH="android-cts-8.1_r10"
7+
export MANIFEST_BRANCH="android-cts-9.0_r7"
78
export TOOLCHAIN="clang-4679922"
89
export PATCHSETS="cts-lkft"
910
export LUNCH_TARGET="aosp_arm64-userdebug"
@@ -42,7 +43,7 @@ else
4243

4344
if [ "$MANIFEST_BRANCH" = "android-cts-8.1_r10" ]; then
4445
wget https://people.linaro.org/~tom.gall/patches/AddLKFTCTSPlan.patch -O AddLKFTCTSPlan.patch
45-
elif [ "$MANIFEST_BRANCH" = "android-cts-9.0_r3" ]; then
46+
elif [ "$MANIFEST_BRANCH" = "android-cts-9.0_r7" ]; then
4647
wget https://people.linaro.org/~tom.gall/patches/AddLKFTCTSPlanV9.patch -O AddLKFTCTSPlan.patch
4748
fi
4849
wget https://people.linaro.org/~tom.gall/patches/fcntl-p-fix.patch -O fcntl-p-fix.patch

0 commit comments

Comments
 (0)