android-platform-frameworks-base 1:8.1.0+r23-ok1 source package in openKylin

Changelog

android-platform-frameworks-base (1:8.1.0+r23-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
amd64 i386 armel armhf arm64 mips mipsel mips64el all
Section:
devel
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
android-platform-frameworks-base_8.1.0+r23.orig.tar.xz 26.5 MiB 6db4f32e718ce4168ae857826513f6a8750bc85b06db60adee5d2eb7597b1891
android-platform-frameworks-base_8.1.0+r23-ok1.debian.tar.xz 12.2 KiB bae376463a95999078b750ecd54a25cb0d965e4cf1c3bcd65384ff7dc46d5ecb
android-platform-frameworks-base_8.1.0+r23-ok1.dsc 3.0 KiB c027a888e35e5ce896e41c02df47023a4f6be75fbc79dc4305aeb413ea2d9eeb

View changes file

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.

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-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-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