From 0f54c42919a3fd0e57106875d2fb2a34ab732987 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sat, 24 Sep 2022 16:01:18 +0200 Subject: [PATCH] fix(build): add missing patch --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0754156..2139d37 100755 --- a/build.sh +++ b/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" \ No newline at end of file +mv "$aapt_binary_path" "$bin_directory"