Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nmeum/android-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 34.0.1
Choose a base ref
...
head repository: nmeum/android-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 34.0.4
Choose a head ref
  • 7 commits
  • 31 files changed
  • 1 contributor

Commits on May 31, 2023

  1. Upgrade to platform-tools-34.0.3

    Biswa96 authored and anatol committed May 31, 2023
    9 Configuration menu
    Copy the full SHA
    0a31d1b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. CMake: Exclude more blobs in generated source tarball

    This excludes files with .apk, .html, .pdf, .png extensions.
    Also write the values as a list to make things more clear.
    Biswa96 authored and anatol committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    8147f5a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    c5eae90 View commit details
    Browse the repository at this point in the history
  2. CMake: Fix linking with private abseil-cpp libraries

    This fixes the following linking errors
    
    vendor/libliblpdump.a(dynamic_partitions_device_info.pb.cc.o):
    undefined reference to symbol '_ZN4absl12lts_2023012512log_internal21CheckOpMessageBuilder7ForVar2Ev'
    /usr/lib/libabsl_log_internal_check_op.so.2301.0.0: error adding symbols: DSO missing from command line
    
    The find_package was called twice because protobuf-config.cmake file
    was not present in versions older than 22.0. Also the Config mode is
    required to get the private abseil-cpp libraries.
    Biswa96 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    16cba04 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Upgrade to platform-tools-34.0.4

    Biswa96 authored and anatol committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    af23e06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b2d4eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48f85eb View commit details
    Browse the repository at this point in the history
Loading