We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352ee82 commit 0f54c42Copy full SHA for 0f54c42
build.sh
@@ -35,6 +35,7 @@ git apply patches/libpng.patch --whitespace=fix
35
git apply patches/selinux.patch --whitespace=fix
36
git apply patches/protobuf.patch --whitespace=fix
37
git apply patches/aapt2.patch --whitespace=fix
38
+git apply patches/androidfw.patch --whitespace=fix
39
git apply patches/boringssl.patch --whitespace=fix
40
41
# Define all the compilers, libraries and targets.
@@ -97,4 +98,4 @@ ninja || exit 1
97
98
mkdir -p "$bin_directory"
99
100
# Move aapt2 to bin directory.
-mv "$aapt_binary_path" "$bin_directory"
101
+mv "$aapt_binary_path" "$bin_directory"
0 commit comments