1 parent 5afaa22 commit 23be83fCopy full SHA for 23be83f
1 file changed
Builder/scripts/repack.sh
@@ -45,8 +45,6 @@ if [[ "$EXT4" == true ]]; then
45
size=$(echo "$(eval echo "\${${i}_size_orig}") * 103 / 100 / 4096 * 4096" | bc)
46
fi
47
eval "${i}_size=$(echo "$size * 4096 / 4096 / 4096" | bc)"
48
- mkdir -p "$WORKSPACE/${DEVICE}/images/$i"/lost+found
49
- sudo "$workspace/${DEVICE}/images/$i"/lost+found
50
done
51
52
for i in product system system_ext vendor; do
@@ -142,9 +140,9 @@ fi
142
140
143
141
mkdir -p "${WORKSPACE}/zip/images"
144
145
-touch "${WORKSPACE}/zip/compatable_list.txt"
+touch "${WORKSPACE}/zip/compatible_list.txt"
146
147
-echo "${DEVICE,,}" >> "${WORKSPACE}/zip/compatable_list.txt"
+echo "${DEVICE,,}" >> "${WORKSPACE}/zip/compatible_list.txt"
148
149
cp "${WORKSPACE}/${DEVICE}/images"/* "${WORKSPACE}/zip/images/"
150
0 commit comments