Package android-tools: Information

    Source package: android-tools
    Version: 34.0.4-alt3
    Latest version according to Repology
    Build time:  Mar 11, 2024, 01:08 PM in the task #342463
    Report package bug
    FTBFS
    ArchitectureFTBFS sinceUpdate
    x86_64April 18, 2024April 18, 2024

    License: APL
    Summary: Android Debug CLI tools
    Description: 
    This package contains following utilities:
    
    Android Debug Bridge (adb) -- it is a versatile command line tool, which lets
    you communicate with an emulator instance or connected Android-powered device.
    
    fastboot -- a command line tool for flashing an Android device, boot an Android
    device to fastboot mode, etc.
    
    mkbootimg -- creates Android boot images that includes kernel image and ramdisk,
    in a special format which can be used with fastboot.
    
    Command line tools to create sparse images for usage with Android devices.
    Includes sim2img, img2simg, simg2simg and append2simg tools.
    
    etc1tool -- a command line utility that lets you encode PNG images to the ETC1
    compression standard and decode ETC1 compressed images back to PNG. It is part
    of the Android SDK for working with media files for game apps. The standard for
    the ETC1 texture format is here:
    http://www.khronos.org/registry/gles/extensions/OES/OES_compressed_ETC1_RGB8_texture.txt
    
    hprof-conv -- converts the HPROF file that is generated by the Android SDK tools
    to a standard format so you can view the file in a profiling tool of your
    choice.

    List of rpms provided by this srpm:
    android-tools (x86_64, ppc64le, i586, armh, aarch64)
    android-tools-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Alexey Sheplyakov


    ACL:
    Pavel Nakonechnyi
    @everybody

      1. clang17.0
      2. clang17.0-support
      3. libbrotli-devel
      4. libgtest-devel
      5. liblz4-devel
      6. liblzma-devel
      7. libpng-devel
      8. libprotobuf-devel
      9. libsafe-iop-devel
      10. libselinux-devel
      11. libstdc++-devel
      12. libunwind-devel
      13. libusb-devel
      14. libzstd-devel
      15. lld17.0
      16. llvm17.0-devel
      17. pandoc
      18. protobuf-compiler
      19. rpm-build-python3
      20. squashfuse-devel
      21. zlib-devel

    Last changed


    March 11, 2024 Alexey Sheplyakov 34.0.4-alt3
    - NMU: fixed FTBFS on LoongArch for real:
      + libunwindstack: implemented AsmGetRegs for LoongArch. Makes ELF symbol
        check happy (and is pointless otherwise).
    March 10, 2024 Alexey Sheplyakov 34.0.4-alt2
    - NMU: fixed FTBFS on LoongArch:
      + boringssl: explain that LoongArch (lp64d) is 64-bit
      + spec: use GNU linker on LoongArch
    March 9, 2024 Pavel Nakonechnyi 34.0.4-alt1
    - Platform 34.0.4
    - Built with Clang
    - More tools added