93
93
python3 ./repo sync -c external/compiler-rt
94
94
python3 ./repo sync -c external/elfutils
95
95
if [[ " ${major_version} " -ge 10 ]]; then
96
- python3 ./repo sync -c external/golang-protobuf/proto
96
+ python3 ./repo sync -c external/golang-protobuf
97
97
fi
98
98
python3 ./repo sync -c external/jemalloc
99
99
python3 ./repo sync -c external/libcxx
113
113
python3 ./repo sync -c external/zlib
114
114
python3 ./repo sync -c frameworks/hardware/interfaces
115
115
python3 ./repo sync -c hardware/interfaces
116
+ if [[ " ${major_version} " -ge 10 ]]; then
117
+ python3 ./repo sync -c kernel/configs
118
+ fi
116
119
python3 ./repo sync -c libnativehelper
117
120
python3 ./repo sync -c prebuilts/build-tools
118
121
python3 ./repo sync -c prebuilts/clang/host/linux-x86
@@ -123,11 +126,23 @@ EOF
123
126
fi
124
127
python3 ./repo sync -c prebuilts/misc
125
128
python3 ./repo sync -c prebuilts/sdk
129
+ if [[ " ${major_version} " -ge 10 ]]; then
130
+ python3 ./repo sync -c prebuilts/vndk/v28
131
+ fi
126
132
python3 ./repo sync -c system/core
127
133
if [[ " ${major_version} " -ge 8 ]]; then
128
134
python3 ./repo sync -c system/libhidl
129
135
python3 ./repo sync -c system/tools/hidl
130
136
fi
137
+ if [[ " ${major_version} " -ge 10 ]]; then
138
+ python3 ./repo sync -c system/libvintf
139
+ python3 ./repo sync -c system/sepolicy
140
+ python3 ./repo sync -c system/tools/xsdc
141
+ # needed for libvintf
142
+ python3 ./repo sync -c test/vts
143
+ fi
144
+
145
+
131
146
132
147
case " ${arch} " in
133
148
arm)
154
169
rm bionic/tests/libs/Android.bp
155
170
rm bionic/tests/headers/Android.bp
156
171
rm bionic/tests/headers/posix/Android.bp
172
+ rm system/libvintf/xsd/compatibilityMatrix/vts/Android.mk
173
+ rm system/libvintf/xsd/compatibilityMatrix/vts/Android.bp
157
174
158
175
sed -i -z -e ' s/cc_test {.*}//g' bionic/libc/malloc_debug/Android.bp
159
176
sed -i -z -e ' s/cc_test {.*}//g' bionic/libc/malloc_hooks/Android.bp
0 commit comments