File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 92
92
python3 ./repo sync -c external/clang
93
93
python3 ./repo sync -c external/compiler-rt
94
94
python3 ./repo sync -c external/elfutils
95
+ if [[ " ${major_version} " -ge 10 ]]; then
96
+ python3 ./repo sync -c external/golang-protobuf/proto
97
+ fi
95
98
python3 ./repo sync -c external/jemalloc
96
99
python3 ./repo sync -c external/libcxx
97
100
python3 ./repo sync -c external/libcxxabi
@@ -151,11 +154,11 @@ EOF
151
154
rm bionic/tests/libs/Android.bp
152
155
rm bionic/tests/headers/Android.bp
153
156
rm bionic/tests/headers/posix/Android.bp
154
- set -e
155
157
156
158
sed -i -z -e ' s/cc_test {.*}//g' bionic/libc/malloc_debug/Android.bp
157
159
sed -i -z -e ' s/cc_test {.*}//g' bionic/libc/malloc_hooks/Android.bp
158
160
sed -i -z -e ' s/cc_test_host {.*}//g' bionic/tools/relocation_packer/Android.bp
161
+ set -e
159
162
160
163
export ALLOW_MISSING_DEPENDENCIES=true
161
164
You can’t perform that action at this time.
0 commit comments