fix(build): add missing patch

This commit is contained in:
oSumAtrIX 2022-09-24 16:01:18 +02:00 committed by GitHub
parent 352ee82400
commit 0f54c42919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ git apply patches/libpng.patch --whitespace=fix
git apply patches/selinux.patch --whitespace=fix
git apply patches/protobuf.patch --whitespace=fix
git apply patches/aapt2.patch --whitespace=fix
git apply patches/androidfw.patch --whitespace=fix
git apply patches/boringssl.patch --whitespace=fix
# Define all the compilers, libraries and targets.
@ -97,4 +98,4 @@ ninja || exit 1
mkdir -p "$bin_directory"
# Move aapt2 to bin directory.
mv "$aapt_binary_path" "$bin_directory"
mv "$aapt_binary_path" "$bin_directory"