Debian Patches
Status for android-platform-tools/34.0.5-6
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
revert/Revert-Remove-mips-support.patch | Revert "Remove mips support." This reverts commit c0fa0c327e58eda604b2fd00b81f1c12817542d3. | not-needed | ||||
revert/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 | ||||
revert/Revert-Remove-mips-support-fr.patch | Revert "Remove mips support from register getting functions" This partly reverts: https://android-review.googlesource.com/2048663 And it restores the mips support. . This partly reverts commit eead878fde3b9df5b5d819b955f7e5da2c3b1589. |
not-needed | ||||
revert/Revert-Remove-a-file-we-haven-t-built-since-2013.patch | Revert "Remove a file we haven't built since 2013." This reverts: https://android-review.googlesource.com/2299260 And it restores support for simg2simg. . This reverts commit 8a9495aba66d8274d13a6d10bd5a5c8114c3c799. |
not-needed | ||||
revert/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 | ||||
revert/Revert-3-Add-rust-demangling.patch | Revert^3 "Add rust demangling." To avoid introduce new dependecy: - https://android.googlesource.com/platform/external/rust/crates/rustc-demangle-capi . This reverts commit a8345a5764ceb0750729396ccfbaa763ae248f21. |
not-needed | ||||
revert/Revert-Replacing-hardcoded-types-with-decltype-for-e.patch | Revert "Replacing hardcoded types with decltype() for enforcing static invariants and removing spurious assertions." This reverts commit 45720fdaea751c63081541b6c18ab512becd32a4. |
not-needed | ||||
revert/Revert-Enforcing-static-invariants-to-prevent-failur.patch | Revert "Enforcing static invariants to prevent failures arising from layout" This reverts commit f4e573399592c89b9a35451cb2f39fc6a6e0c6f2. |
not-needed | ||||
revert/Revert-Drop-all-path-rel.patch | Revert "Drop all path-related methods from android::String8" This reverts commit a1853516ff0dc78b677eeafa792cdfa9e5d9a2ee. | not-needed | ||||
revert/Revert-Lose-convertToResPath-to-aapt.patch | Revert "Lose convertToResPath to aapt." This reverts commit 1d98fe0d393f05283f3a10a896f1054ecd3043cd. | not-needed | ||||
gcc-only/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. . This patch is for gcc only, no need for clang. |
not-needed | upstream | |||
gcc-only/workaround__builtin_available.patch | Workaround Clang's __builtin_available keyword This patch is for gcc only, no need for clang. | not-needed | ||||
gcc-only/Nullable.patch | Bring Clang's _Nullable keyword to GCC This patch is for gcc only, no need for clang. | not-needed | ||||
system/unwindstack-porting.patch | unwindstack porting | not-needed | ||||
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/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/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/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 | ||||
system/Drop-gki-dependency-from-mkbootimg.patch | Drop gki dependency from mkbootimg `mkbootimg` is currently unusable due to a missing `gki` python module. This module is only needed for signing GKI boot images, which is deprecated as the argument group description implies. This patch disables this (deprecated) signature feature entirely as it's unlikely Debian users will actually need it. |
Arnaud Ferraris <aferraris@debian.org> | not-needed | |||
system/gcc-14.patch | Address FTBFS with GCC-14 | tony mancill <tmancill@debian.org> | no | debian | ||
system/add-missing-headers.patch | add missing headers | not-needed | ||||
development/typos.patch | Fix typos | Kai-Chung Yan (殷啟聰) | not-needed | 2016-10-01 | ||
adbd/adbd-allow-usb-on-linux.patch | adb: daemon: allow binding to USB on Linux systems Linux systems are also capable of using FunctionFS for USB gadget configurations. This requires creating a specific gadget configuration using ConfigFS (including an `ffs.adb` function) and mounting FunctionFS to `/dev/usb-ffs/adb`. |
Julien Massot <julien.massot@collabora.com> | yes | 2022-09-05 | ||
adbd/adbd-allow-notifying-systemd.patch | adb: daemon: allow notifying systemd when ready When using `systemd` on Linux, we should allow `adbd` to notify `systemd` once it has started and configured its USB/network interface. This allows us to (for example) wait for the daemon to bind to the FunctionFS endpoints, then activate the USB gadget. |
Arnaud Ferraris <arnaud.ferraris@collabora.com> | yes | 2022-09-30 | ||
adbd/adbd-usb-drop-property-monitor.patch | [PATCH] adb: daemon: usb: drop property monitor This is an Android-only feature not available on Linux. |
Arnaud Ferraris <arnaud.ferraris@collabora.com> | no | 2023-05-02 | ||
adbd/adbd-don-t-require-authorization-on-Linux.patch | [PATCH] adb: daemon: don't require authorization on Linux | Arnaud Ferraris <arnaud.ferraris@collabora.com> | no | 2023-05-03 |
All known versions for source package 'android-platform-tools'
- 34.0.5-6 (sid, trixie)
- 34.0.5-4~bpo12+1 (bookworm-backports)
- 33.0.3-2~bpo11+2 (bullseye-backports-sloppy)
- 29.0.6-28 (bookworm)
- 29.0.6-28~bpo11+1 (bullseye-backports)