Debian Patches

Status for android-platform-tools/34.0.4-1

Patch Description Author Forwarded Bugs Origin Last update
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-Order-events-returned-by-fdevent_epoll.patch Revert "Order events returned by fdevent_epoll" This revert can avoid ftbfs, shows below:
In file included from packages/modules/adb/fdevent/fdevent_epoll.cpp:17:
In file included from packages/modules/adb/fdevent/fdevent_epoll.h:21:
In file included from packages/modules/adb/sysdeps.h:30:
In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/string:54:
In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/basic_string.h:39:
In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/ext/alloc_traits.h:34:
/usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/alloc_traits.h:539:4: error: no matching function for call to 'construct_at'
std::construct_at(__p, std::forward<_Args>(__args)...);
^~~~~~~~~~~~~~~~~
/usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/vector.tcc:117:21: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<fdevent_event>>::construct<fdevent_event, fdevent *, unsigned int &>' requested here
_Alloc_traits::construct(this->_M_impl, this->_M_impl._M_finish,
^
packages/modules/adb/fdevent/fdevent_epoll.cpp:180:36: note: in instantiation of function template specialization 'std::vector<fdevent_event>::emplace_back<fdevent *, unsigned int &>' requested here
fde_events.emplace_back(&fde, events);
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_construct.h:94:5: note: candidate template ignored: substitution failure [with _Tp = fdevent_event, _Args = <fdevent *, unsigned int &>]: no matching constructor for initialization of 'fdevent_event'
construct_at(_Tp* __location, _Args&&... __args)
^
.
This reverts commit 78d34d8f714f9c78b6b628417cfb690d8fba3900.
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
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/Update_casting_type.patch Replace ssize_t with size_t to fix ftbfs not-needed
development/typos.patch Fix typos Kai-Chung Yan () not-needed 2016-10-01

All known versions for source package 'android-platform-tools'

Links