Skip to content

Commit 93324ca

Browse files
committed
fix: Add ending newlines to fix corrupt aapt2 and androidfw patches
1 parent e7e682a commit 93324ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patches/aapt2.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,4 @@ index d7a8e6fe6ada..74457add2e6b 100644
171171
+ return android::base::StringPrintf("%s.%s", sMajorVersion, sMinorVersion);
172172
}
173173

174-
static size_t ConsumeDigits(const char* start, const char* end) {
174+
static size_t ConsumeDigits(const char* start, const char* end) {

patches/androidfw.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ index 921877dc4982..27e27e1c2b94 100644
5454
+
5555
template <typename TChar>
5656
inline typename BasicStringPiece<TChar>::const_iterator BasicStringPiece<TChar>::begin() const {
57-
return data_;
57+
return data_;

0 commit comments

Comments
 (0)