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"