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

View File

@ -35,6 +35,7 @@ git apply patches/libpng.patch --whitespace=fix
git apply patches/selinux.patch --whitespace=fix git apply patches/selinux.patch --whitespace=fix
git apply patches/protobuf.patch --whitespace=fix git apply patches/protobuf.patch --whitespace=fix
git apply patches/aapt2.patch --whitespace=fix git apply patches/aapt2.patch --whitespace=fix
git apply patches/androidfw.patch --whitespace=fix
git apply patches/boringssl.patch --whitespace=fix git apply patches/boringssl.patch --whitespace=fix
# Define all the compilers, libraries and targets. # Define all the compilers, libraries and targets.