android-platform-frameworks-base 1:14~beta1-2 source package in Ubuntu

Changelog

android-platform-frameworks-base (1:14~beta1-2) unstable; urgency=medium

  * Team upload.
  * Revert "d/include: Add chrono header from libstdc++-13-dev to fix ftbfs
    for gcc-13".
  * debian/rules: get-orig-source: Skip creating orig tarball if it is already
    there.

 -- Roger Shimizu <email address hidden>  Sat, 11 Nov 2023 17:23:03 -0800

Upload details

Uploaded by:
Android tools Maintainer
Uploaded to:
Sid
Original maintainer:
Android tools Maintainer
Architectures:
amd64 i386 armel armhf arm64 mipsel mips64el riscv64 all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
android-platform-frameworks-base_14~beta1-2.dsc 3.1 KiB ba7d3ea00f7c6ecb2dd9e2902d9c623e642ece7a8a98049d154570d50a55f6bf
android-platform-frameworks-base_14~beta1.orig.tar.xz 58.5 MiB c1d64d78588fc7641923ad05b5ef12c3366f73b8bbca429f13f60c981e166d35
android-platform-frameworks-base_14~beta1-2.debian.tar.xz 17.9 KiB 77a4145cdf09d27f5c947f18eb17929d876713ace065520c43706273515c5e39

Available diffs

No changes file available.

Binary packages built by this source

aapt: Android Asset Packaging Tool

 The Android Asset Packaging Tool (aapt) takes your application resource
 files, such as the AndroidManifest.xml file and the XML files for your
 Activities, and compiles them. An R.java is also produced so you can
 reference your resources from your Java code. This tool allows you to view,
 create, and update Zip-compatible archives (zip, jar, apk). It can also
 compile resources into binary assets.

aapt-dbgsym: debug symbols for aapt
android-framework-res: Android platform framework resources

 This package provides the Android framework resources in an apk file,
 framework-res.apk

android-libaapt: Android Asset Packaging Tool - Shared library

 The Android Asset Packaging Tool (aapt) takes your application resource
 files, such as the AndroidManifest.xml file and the XML files for your
 Activities, and compiles them. An R.java is also produced so you can
 reference your resources from your Java code. This tool allows you to view,
 create, and update Zip-compatible archives (zip, jar, apk). It can also
 compile resources into binary assets.
 .
 This package contains the shared library.

android-libaapt-dbgsym: debug symbols for android-libaapt
android-libandroidfw: Android utility library

 Library providing utility functions to Android related tools. This is needed
 purely to get various Android utilities working. In the Google builds of the
 Android SDK, this library is statically linked, but in the Debian packaging,
 it is a private shared library.

android-libandroidfw-dbgsym: debug symbols for android-libandroidfw
android-libandroidfw-dev: Android utility library - Development files

 Library providing utility functions to Android related tools. This is needed
 purely to get various Android utilities working. In the Google builds of the
 Android SDK, this library is statically linked, but in the Debian packaging,
 it is a private shared library.
 .
 This package contains the development files.

split-select: APK split and selection tool

 Generates the logic for selecting a Split APK given some target Android device
 configuration.
 .
 Using the flag --generate will emit a JSON encoded tree of rules that must be
 satisfied in order to install the given Split APK. Using the flag --target
 along with the device configuration will emit the set of Split APKs to install,
 following the same logic that would have been emitted

split-select-dbgsym: debug symbols for split-select