Package android-tools: Information

  • Default inline alert: Version in the repository: 34.0.4-alt4

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