Package: android-platform-art / 14.0.0+r15-4
Metadata
Package | Version | Patches format |
---|---|---|
android-platform-art | 14.0.0+r15-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
use android dlmalloc.patch | (download) |
runtime/gc/allocator/art-dlmalloc.cc |
2 1 + 1 - 0 ! |
make libart use dlmalloc from https://android.googlesource.com/platform/external/dlmalloc |
missing system includes.patch | (download) |
dexdump/dexdump.cc |
1 1 + 0 - 0 ! |
somehow upstream builds don't need these headers :-/ |
workaround cacheflush on arm.patch | (download) |
libartbase/base/utils.cc |
5 4 + 1 - 0 ! |
workaround cacheflush on arm |
fix standard namespace errors.patch | (download) |
runtime/class_linker.cc |
2 1 + 1 - 0 ! |
add missing 'std::' scope identifiers. |
remove constexpr.patch | (download) |
runtime/thread_linux.cc |
2 1 + 1 - 0 ! |
remove constexpr Fixes: error: constexpr variable 'kHostAltSigStackSize' must be initialized by a constant expression |
fix pthread stack.patch | (download) |
runtime/thread.cc |
2 1 + 1 - 0 ! |
fix for pthread_stack |
remove include unused base strlcpy h.patch | (download) |
runtime/debugger.cc |
1 0 + 1 - 0 ! |
remove include unused "base/strlcpy.h" |
Fix Filter function shadowing its own template parameter.patch | (download) |
libartbase/base/stl_util.h |
4 2 + 2 - 0 ! |
fix 'filter' function shadowing its own template parameter Recent Clang versions will error about this, see https://github.com/llvm/llvm-project/pull/78274 |