File tree 1 file changed +6
-3
lines changed 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -164,16 +164,19 @@ else
164
164
git clone https://android.googlesource.com/kernel/hikey-linaro
165
165
cd " $KERNEL_DIR "
166
166
git checkout -b " $KERNEL_BRANCH " origin/" $KERNEL_BRANCH "
167
+ if [ " $mirrorbuild " == " 1" ]; then
168
+ cp arch/arm64/configs/hikey_defconfig ../.
169
+ fi
170
+
167
171
if [ " $mirrorbuild " == " 1" ]; then
168
172
git merge --no-edit remotes/origin/${UPSTREAM_KERNEL_BRANCH}
173
+ cp ../hikey_defconfig arch/arm64/configs/.
169
174
fi
175
+
170
176
if [ " $VERSION " = " 4.9" ]; then
171
177
if [ " $ANDROID_VERSION " = " O-MR1" ]; then
172
178
git revert --no-edit bbab5cb8a5bd598af247d9eaf5a3033e7d12104e
173
179
fi
174
- if [ " $mirrorbuild " == " 1" ]; then
175
- cp ~ /hikey_defconfig arch/arm64/configs/.
176
- fi
177
180
fi
178
181
if [ " $VERSION " = " 4.14" ]; then
179
182
if [ " $ANDROID_VERSION " = " O-MR1" ]; then
You can’t perform that action at this time.
0 commit comments