android-platform-build 1:10.0.0+r36-1 source package in Ubuntu

Changelog

android-platform-build (1:10.0.0+r36-1) unstable; urgency=medium

  * New upstream version (Closes: #975747)
  * fix formatting in manpages

 -- Hans-Christoph Steiner <email address hidden>  Sat, 02 Jan 2021 22:32:31 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
android-platform-build_10.0.0+r36-1.dsc 2.6 KiB 0678dd3d62c83c76ad48470c5b0cc73a2d943c4457d11ffd1487547d5b0e40c1
android-platform-build_10.0.0+r36.orig.tar.xz 1.3 MiB 78bcfe9035a1fe79b1c3e2f3ca47e6fd546208fa16e2b9c57d39523e151f5081
android-platform-build_10.0.0+r36-1.debian.tar.xz 14.0 KiB 6fb5f4344e736a3121ea4ca9ef8287a73f54e15e973e4f40f38356b92429e829

Available diffs

No changes file available.

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: No summary available for signtos in ubuntu hirsute.

No description available for signtos in ubuntu hirsute.

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: No summary available for zipalign-dbgsym in ubuntu hirsute.

No description available for zipalign-dbgsym in ubuntu hirsute.

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