-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adb/0024-Add-explicit-constructor-for-fdevent_event.patch https://android.googlesource.com/platform/packages/modules/adb.git/+/c7bb7813905b5f879dc4c30cac1ee2a64852b8da * base/0004-Move-Theme-Entry-type-definition-up-before-it-is-use.patch https://android.googlesource.com/platform/frameworks/base/+/e8e793a340c87d650a73a29d7915f12e1dc6146b * core/0010-Correct-version-in-which-gettid-was-introduced-to-gl.patch https://android.googlesource.com/platform/system/core.git/+/253445ce3ad507f41c61ebf0f829f75ee2c37509 https://android.googlesource.com/platform/system/core.git/+/8b0160868eefc2997155906aa361470fb9a6c9ab * libziparchive/0002-fix-cxx-narrowing-error.patch https://android.googlesource.com/platform/system/libziparchive/+/035f8d302af88ae2d866c84f5a1528e098e3d1a0
- Loading branch information
Showing
30 changed files
with
217 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
From c37bd188a394b36ecb5aa5eeac9469fc5ef4473a Mon Sep 17 00:00:00 2001 | ||
From: Biswapriyo Nath <nathbappai@gmail.com> | ||
Date: Thu, 1 Feb 2024 19:39:48 +0530 | ||
Subject: [PATCH] adb include missing headers | ||
|
||
--- | ||
sysdeps/uio.h | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/sysdeps/uio.h b/sysdeps/uio.h | ||
index f3ace64..266a20b 100644 | ||
--- a/sysdeps/uio.h | ||
+++ b/sysdeps/uio.h | ||
@@ -34,6 +34,7 @@ ssize_t adb_writev(borrowed_fd fd, const adb_iovec* iov, int iovcnt); | ||
|
||
#else | ||
|
||
+#include <limits.h> | ||
#include <sys/uio.h> | ||
using adb_iovec = struct iovec; | ||
inline ssize_t adb_writev(borrowed_fd fd, const adb_iovec* iov, int iovcnt) { | ||
-- | ||
2.43.0 | ||
|
24 changes: 0 additions & 24 deletions
24
patches/adb/0024-Add-explicit-constructor-for-fdevent_event.patch
This file was deleted.
Oops, something went wrong.
74 changes: 0 additions & 74 deletions
74
patches/base/0004-Move-Theme-Entry-type-definition-up-before-it-is-use.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.