File tree 1 file changed +7
-3
lines changed 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
3
3
4
4
export ANDROID_MANIFEST_URL=" https://android.googlesource.com/platform/manifest"
5
5
# 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 "
7
7
# export TOOLCHAIN="clang-r346389c"
8
- export TOOLCHAIN=" clang-r353983b "
8
+ export TOOLCHAIN=" clang-r353983c "
9
9
export LUNCH_TARGET=" aosp_arm64-userdebug"
10
10
export nproc=9
11
11
export latest=0
@@ -59,13 +59,17 @@ source build/envsetup.sh
59
59
lunch ${LUNCH_TARGET}
60
60
61
61
if [ " $latest " = " 1" ]; then
62
-
62
+ if [ " $skipdownloads " != " 1 " ] ; then
63
63
cd external/ltp
64
64
git checkout master
65
65
cd ../..
66
66
cd system/core
67
67
git cherry-pick c3d4e7226a74c3c4092480606ef07e0d30a2d42d
68
68
cd ../..
69
+ # cd external/ltp/
70
+ # android/tools/gen_android_build.sh
71
+ cd ../..
72
+ fi
69
73
fi
70
74
71
75
make -j" $( nproc) " vts
You can’t perform that action at this time.
0 commit comments