Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to platform-tools-34.0.5 #132

Merged
merged 4 commits into from
Mar 20, 2024
Merged

Upgrade to platform-tools-34.0.5 #132

merged 4 commits into from
Mar 20, 2024

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    698b1f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. 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);
    |                                                                       ^~~~~~~
    Biswa96 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    15f4057 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. 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>
             ^~~~~~~~~~~~~~~~~~~~
    Biswa96 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    721cd7c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    370c94c View commit details
    Browse the repository at this point in the history