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

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 16:13:59 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
android-platform-build_10.0.0+r36.orig.tar.xz 1.3 MiB 78bcfe9035a1fe79b1c3e2f3ca47e6fd546208fa16e2b9c57d39523e151f5081
android-platform-build_10.0.0+r36-1ubuntu2.debian.tar.xz 14.9 KiB c95a40c51cc131a697c9ea295200b092bb37223ce638c465d5d03645540817a2
android-platform-build_10.0.0+r36-1ubuntu2.dsc 3.0 KiB 463b43eb3a7292b66d07085926bd70dac3b5753f1d8b4dcb73ecb5a75ba981f2

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