From 93324ca91e4fda47c96e314c4fcb0c01525f489b Mon Sep 17 00:00:00 2001 From: Alberto Ponces Date: Sun, 25 Sep 2022 20:29:20 +0100 Subject: [PATCH] fix: Add ending newlines to fix corrupt aapt2 and androidfw patches --- patches/aapt2.patch | 2 +- patches/androidfw.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/aapt2.patch b/patches/aapt2.patch index a9e3452..8803cef 100644 --- a/patches/aapt2.patch +++ b/patches/aapt2.patch @@ -171,4 +171,4 @@ index d7a8e6fe6ada..74457add2e6b 100644 + return android::base::StringPrintf("%s.%s", sMajorVersion, sMinorVersion); } - static size_t ConsumeDigits(const char* start, const char* end) { \ No newline at end of file + static size_t ConsumeDigits(const char* start, const char* end) { diff --git a/patches/androidfw.patch b/patches/androidfw.patch index 4f99cc5..9eae957 100644 --- a/patches/androidfw.patch +++ b/patches/androidfw.patch @@ -54,4 +54,4 @@ index 921877dc4982..27e27e1c2b94 100644 + template inline typename BasicStringPiece::const_iterator BasicStringPiece::begin() const { - return data_; \ No newline at end of file + return data_;