Skip to content

Commit 9be3e95

Browse files
committed
Move up to r9. Remove need to regen prior to build within the
LTP project. Signed-off-by: Tom Gall <tom.gall@linaro.org>
1 parent efe7352 commit 9be3e95

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

build-vts.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
33

44
export ANDROID_MANIFEST_URL="https://android.googlesource.com/platform/manifest"
55
#export MANIFEST_BRANCH="android-vts-9.0_r5"
6-
export MANIFEST_BRANCH="android-vts-9.0_r8"
6+
export MANIFEST_BRANCH="android-vts-9.0_r9"
77
#export TOOLCHAIN="clang-r346389c"
8-
export TOOLCHAIN="clang-r353983b"
8+
export TOOLCHAIN="clang-r353983c"
99
export LUNCH_TARGET="aosp_arm64-userdebug"
1010
export nproc=9
1111
export latest=0
@@ -59,13 +59,17 @@ source build/envsetup.sh
5959
lunch ${LUNCH_TARGET}
6060

6161
if [ "$latest" = "1" ]; then
62-
62+
if [ "$skipdownloads" != "1" ]; then
6363
cd external/ltp
6464
git checkout master
6565
cd ../..
6666
cd system/core
6767
git cherry-pick c3d4e7226a74c3c4092480606ef07e0d30a2d42d
6868
cd ../..
69+
# cd external/ltp/
70+
# android/tools/gen_android_build.sh
71+
cd ../..
72+
fi
6973
fi
7074

7175
make -j"$(nproc)" vts

0 commit comments

Comments
 (0)