-
Notifications
You must be signed in to change notification settings - Fork 72
Comparing changes
Open a pull request
base repository: nmeum/android-tools
base: 34.0.4
head repository: nmeum/android-tools
compare: 34.0.5
- 14 commits
- 36 files changed
- 5 contributors
Commits on Sep 4, 2023
-
Include go vendor modules for boringssl
Required for services that do not allow network access to the outside during compilation (e.g. open build service etc.). When compiling, at least an 'export GOFLAGS="-mod=vendor"' must be done before.
Configuration menu - View commit details
-
Copy full SHA for 1e417cc - Browse repository at this point
Copy the full SHA 1e417ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45f4e2d - Browse repository at this point
Copy the full SHA 45f4e2dView commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d2b83a - Browse repository at this point
Copy the full SHA 7d2b83aView commit details -
CI: Build in multiple macos versions
Overwrite existing go symlinks while installing go in macos-13
Configuration menu - View commit details
-
Copy full SHA for 27118fb - Browse repository at this point
Copy the full SHA 27118fbView commit details
Commits on Sep 30, 2023
-
CMake: Add make_f2fs tool for fastboot
make_f2fs tool is reqired by fastboot. If the make_f2fs executable is not present the following error is shown. $ fastboot format:f2fs userdata /usr/bin/make_f2fs failed with status 1 fastboot: error: Cannot generate image for userdata This commit also splits libext2_uuid static library from libext2fs
Configuration menu - View commit details
-
Copy full SHA for a8def2c - Browse repository at this point
Copy the full SHA a8def2cView commit details
Commits on Oct 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bff6beb - Browse repository at this point
Copy the full SHA bff6bebView commit details
Commits on Nov 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ee0e62f - Browse repository at this point
Copy the full SHA ee0e62fView commit details
Commits on Nov 22, 2023
-
patches/adb: Fix compilation on GCC 14
Imports the patch from https://android-review.googlesource.com/c/platform/packages/modules/adb/+/2838578
Configuration menu - View commit details
-
Copy full SHA for 289759d - Browse repository at this point
Copy the full SHA 289759dView commit details -
patches/core: Fix compilation on GCC 14
Imports the patch from https://android-review.googlesource.com/c/platform/system/core/+/2839495
1Configuration menu - View commit details
-
Copy full SHA for 399d5f3 - Browse repository at this point
Copy the full SHA 399d5f3View commit details
Commits on Mar 20, 2024
-
Upgrade to platform-tools-34.0.5
* 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
Configuration menu - View commit details
-
Copy full SHA for 8c8fffa - Browse repository at this point
Copy the full SHA 8c8fffaView commit details -
cmake: Fix off64_t undeclared for musl libc
This fixes the following error in Alpine linux. In file included from /andy/vendor/libbase/abi_compatibility.cpp:20: /andy/vendor/libbase/include/android-base/file.h:105:71: error: 'off64_t' has not been declared 105 | bool ReadFullyAtOffset(borrowed_fd fd, void* data, size_t byte_count, off64_t offset); | ^~~~~~~
Configuration menu - View commit details
-
Copy full SHA for 53c88ef - Browse repository at this point
Copy the full SHA 53c88efView commit details -
cmake: Disable e2fsdroid in macOS
This is disabled due to following compiler error. core/libcutils/include/private/fs_config.h:26:10: fatal error: 'linux/capability.h' file not found include <linux/capability.h> ^~~~~~~~~~~~~~~~~~~~
Configuration menu - View commit details
-
Copy full SHA for 340a4c9 - Browse repository at this point
Copy the full SHA 340a4c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f3b2d8 - Browse repository at this point
Copy the full SHA 3f3b2d8View commit details -
CMake: Compile with -ftrivial-auto-var-init=zero
As per upstream guidance [0] we should compile the sources with this flag in order to not hit issues with using uninitialized variables. [0] https://android-review.googlesource.com/c/platform/system/core/+/2963911/1#message-01ebff378bb51f7815b6ed8b035a57fbce0418ab Fixes #133 Co-authored-by: munix9 <44939650+munix9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c2a0610 - Browse repository at this point
Copy the full SHA c2a0610View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 34.0.4...34.0.5