Skip to content

Commit 0f54c42

Browse files
authored
fix(build): add missing patch
1 parent 352ee82 commit 0f54c42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ git apply patches/libpng.patch --whitespace=fix
3535
git apply patches/selinux.patch --whitespace=fix
3636
git apply patches/protobuf.patch --whitespace=fix
3737
git apply patches/aapt2.patch --whitespace=fix
38+
git apply patches/androidfw.patch --whitespace=fix
3839
git apply patches/boringssl.patch --whitespace=fix
3940

4041
# Define all the compilers, libraries and targets.
@@ -97,4 +98,4 @@ ninja || exit 1
9798
mkdir -p "$bin_directory"
9899

99100
# Move aapt2 to bin directory.
100-
mv "$aapt_binary_path" "$bin_directory"
101+
mv "$aapt_binary_path" "$bin_directory"

0 commit comments

Comments
 (0)