mirror of
https://github.com/revanced/aapt2.git
synced 2024-11-26 22:16:50 +01:00
fix(build): add missing patch
This commit is contained in:
parent
352ee82400
commit
0f54c42919
3
build.sh
3
build.sh
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user