Пакет android-tools: Информация

    Исходный пакет: android-tools
    Версия: 34.0.4-alt4
    Последняя версия по данным Repology
    Собран:  21 апреля 2024 г. 11:59 в задании #345580
    Сообщить об ошибке в пакете
    Лицензия: APL
    О пакете: Android Debug CLI tools
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    android-tools (x86_64, ppc64le, i586, aarch64)
    android-tools-debuginfo (x86_64, ppc64le, i586, aarch64)

    Сопровождающий: Pavel Nakonechnyi


    Права:
    Pavel Nakonechnyi
    @everybody

      1. clang18.1
      2. clang18.1-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. rpm-build-python3
      12. libstdc++-devel
      13. libunwind-devel
      14. libusb-devel
      15. libzstd-devel
      16. lld18.1
      17. llvm18.1-devel
      18. pandoc
      19. squashfuse-devel
      20. zlib-devel
      21. protobuf-compiler

    Последнее изменение


    21 апреля 2024 г. Pavel Nakonechnyi 34.0.4-alt4
    - Minor updates from Debian (adb bash completion and mkbootimg deps fix)
    - Use LLVM 18.1
    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).
    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