Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
system/move-log-file-to-proper-dir.patch | Update log file directory.Last Updated: 2018-05-17 | Umang Parmar <umangjparmar@gmail.com> | no | |||
system/Added-missing-headers.patch | Added missing headers causing compile errors | Umang Parmar <umangjparmar@gmail.com> | not-needed | |||
system/libusb-header-path.patch | libusb.h comes from different location | Umang Parmar <umangjparmar@gmail.com> | not-needed | 2018-05-26 | ||
system/stdatomic.patch | Fix incompatibility between <stdatomic.h> and <atomic> This 2 headers combined will cause errors for both GCC and Clang. This patch makes sure only one of them is present at any time. |
yes | upstream | |||
system/throw-exception-on-unknown-os.patch | Turn #error into exceptions So the library can be built on non-Linux platforms too, although can't guarauntee its functionality regarding that piece of code. |
not-needed | ||||
system/fix-gettid-exception-declaration.patch | get libcutils building | not-needed | ||||
system/add-missing-headers.patch | not-needed | |||||
system/hard-code-build-number.patch | just hard code rather than deal with circular deps | not-needed | ||||
system/stub-out-fastdeploy.patch | Defer packaging fastdeploy with adb for 29.x.x tags. | not-needed | ||||
system/fix-standard-namespace-errors.patch | Add missing 'std::' scope identifiers. | not-needed | ||||
system/workaround__builtin_available.patch | Workaround Clang's __builtin_available keyword | not-needed | ||||
system/unwindstack-porting.patch | unwindstack porting | not-needed | ||||
system/support-mips.patch | Support mips Some error codes might be different between common and MIPS API: - /usr/include/asm-generic/errno.h - /usr/include/mips64el-linux-gnuabi64/asm/errno.h |
not-needed | ||||
system/Revert-Remove-mips-build.patch | Revert "Remove mips build." This reverts: https://android-review.googlesource.com/1252871 And it restores the mips support. . This reverts commit 49e6ee928fb7730500a8cf08fbb7e290cabc04da. |
not-needed | ||||
system/Revert-Remove-mips-support-fr.patch | Revert "Remove mips support from register getting functions" This partly reverts commit eead878fde3b9df5b5d819b955f7e5da2c3b1589. |
Roger Shimizu <rosh@debian.org> | no | 2022-11-20 | ||
system/Fix-include-path.patch | Fix include path | Jochen Sprickerhof <jspricke@debian.org> | no | 2023-01-11 | ||
system/Implement-const_iterator-operator.patch | Implement const_iterator::operator-- Needed for android-platform-frameworks-base/libs/androidfw/LoadedArsc.cpp when compiling against libstdc++. |
not-needed | ||||
development/typos.patch | Fix typos | Kai-Chung Yan () | not-needed | 2016-10-01 | ||
libnativehelper/Nullable.patch | Bring Clang's _Nullable keyword to GCC | not-needed |