android-platform-build 1:8.1.0+r23-3ubuntu1 source package in Ubuntu

Changelog

android-platform-build (1:8.1.0+r23-3ubuntu1) focal; urgency=medium

  * Build using python2.

 -- Matthias Klose <email address hidden>  Tue, 14 Jan 2020 19:47:19 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Android tools Maintainer
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
android-platform-build_8.1.0+r23.orig.tar.xz 1.4 MiB 74f41bf76230c99eaef8601fe1b9061f32fb3f5e40b4701379fc29facce9b4a4
android-platform-build_8.1.0+r23-3ubuntu1.debian.tar.xz 11.2 KiB c88311101758d4acb11cb2ebf5ae7783e99e9cf0a3e5133dd431d41acaa375c0
android-platform-build_8.1.0+r23-3ubuntu1.dsc 2.9 KiB d8b5e80bee27b34c1ed00c345d2a38a2d94ce3b32cbb231d2c9c2d400e6554d3

View changes file

Binary packages built by this source

android-logtags-tools: Tools from AOSP that process event-log-tags files

 This package contains Python scripts from AOSP repository platform/build that
 process event-log-tags (.logtags) files. It contains:
   * java-event-log-tags
   * merge-event-log-tags
 They are used in the process of building the Android platform framework
 "android.jar".

makeparallel: Command line tool for communication with the GNU make jobserver

 makeparallel communicates with the GNU make jobserver
 in order to claim all available jobs, and then passes the number of jobs
 claimed to a subprocess with -j<jobs>.

makeparallel-dbgsym: debug symbols for makeparallel
signapk: Command line tool for signing Android ZIP/JAR/APK

 signapk is a command line tool for signing ZIP files, including JARs,
 APKs, and Over-The-Air (OTA) updates, in a way compatible with
 Android's mincrypt verifier, using EC or RSA keys and SHA1 or
 SHA-256. The tool can additionally sign APKs using APK Signature
 Scheme v2. It is the standard tool used to sign APK and JAR files
 distributed as part of Android ROMs.

signtos: Android signing tool for signing Trusty images

 Signs ARM Trusty images for use with operating systems that support
 it. Trusty is a set of software components supporting a Trusted
 Execution Environment (TEE) on mobile devices. The key must be
 stored in PKCS8 format.

zipalign: Zip archive alignment tool

 zipalign is an archive alignment tool that provides important optimization to
 Android application (.apk) files. The purpose is to ensure that all
 uncompressed data starts with a particular alignment relative to the start of
 the file.

zipalign-dbgsym: debug symbols for zipalign
ziptime: Zip archive timestamp remover

 ziptime normalizes the timestamps in the header of a Zip file. It
 was created as part of the Android SDK to help make reproducible
 builds of Android application (.apk) files. It replaces all
 timestamps in the Zip headers with a static time (Jan 1 2008). The
 extra fields are not changed, so you'll need to use the -X option to
 zip so that it doesn't create the 'universal time' extra.

ziptime-dbgsym: debug symbols for ziptime