android-platform-system-core 1:8.1.0+r23-5~18.04 source package in Ubuntu

Changelog

android-platform-system-core (1:8.1.0+r23-5~18.04) bionic; urgency=medium

  * Backport for OpenJDK 11. LP: #1819448.

android-platform-system-core (1:8.1.0+r23-5) unstable; urgency=medium

  * Depends: android-platform-system-core-headers for symlinked headers
    (Closes: #924159)
  * fastboot Recommends: android-sdk-platform-tools for mke2fs
    (Closes: #924591)
  * add lintian-overrides for test data .so binaries

android-platform-system-core (1:8.1.0+r23-4) unstable; urgency=medium

  * Use my Debian account in Uploaders
  * stdatomic.patch: Expose more symbols (Closes: #914685)
  * ENODATA-BSD.patch: Fix FTBFS on kFreeBSD

android-platform-system-core (1:8.1.0+r23-3) unstable; urgency=medium

  * Apply `-UDEBUG` to all compilations. This was spotted during my
    investigation into AOSP's build system.
  * Turn #error into exceptions on an unknown OS so the package can be built on
    non-Linux platforms as well, such as GNU hurd and FreeBSD.
  * Do not build C programs with a C++ compiler.
  * Move all debhelper plugins out of Build-Depends-Arch (Closes: #913144)
  * Rewrite stdatomic.patch so that it becomes self-contained.

android-platform-system-core (1:8.1.0+r23-2) unstable; urgency=medium

  * Move all Build-Depends to Build-Depends-Arch for there are several arch:all
    packages after all
  * Enable the following components to build on all architectures:
    * android-sdk-libsparse-utils
    * libbase
    * libcutils
    * liblog
    * libsparse
  * New packages for libnativebridge and libnativeloader as <!stage1> components

android-platform-system-core (1:8.1.0+r23-1) unstable; urgency=medium

  * Full upload (with fastboot) (Closes: #911262)
  * Remove unused build-dependencies after investigating fastboot:
    * libext4_utils
    * libselinux
    * libsepol
    * librt
    * libdl
  * Annotate with `Multi-Arch: foreign`:
    * android-sdk-libsparse-utils
    * adb
    * fastboot

android-platform-system-core (1:8.1.0+r23-1~stage1.3) unstable; urgency=medium

  * Release to unstable
  * Fix build failure with latest glibc 2.28 (thanks to Dimitri John Ledkov)
  * Break all versions of android-tools-fsutils as it's fully replaced now
  * img2simg as a transitional packages now breaks no package
  * Break the correct version of android-tools-mkbootimg
  * (Next time we should make it like XXX~stage1+3)

android-platform-system-core (1:8.1.0+r23-1~stage1.2) experimental; urgency=medium

  * Remove android-libadb-dev from MIPS. This finally fixes the FTBFS on MIPS.

android-platform-system-core (1:8.1.0+r23-1~stage1.1) experimental; urgency=medium

  * Do not build anything depending on BoringSSL when building on MIPS
    * Do not build-depend on Pandoc or libusb when building on MIPS
  * Standards-Version => 4.2.1
  * libadb: Link against libatomic so that the build won't fail on armel

android-platform-system-core (1:8.1.0+r23-1~stage1) experimental; urgency=medium

  * Fix FTBFS with GCC-7 (Closes: #853310)
  * Upgrade to Standards-Version 4.1.5
  * Drop MIPS support on ADB because of BoringSSL
  * Upgrade to debhelper 11
  * New package `mkbootimg` replacing `android-tools-mkbootimg`

  [ Hans-Christoph Steiner ]
  * Update bash completion
  * Remove repeated phrase from adb man page (Closes: #881349)
  * Switch to Salsa

  [ Umang Parmar]
  * New upstream release
  * Stage 1 release (without fastboot)
  * New binary packages for libcrypto_utils

  [ Saif Abdul Cassim ]
  * Fix FTCBFS thanks to Helmut Grohne (Closes: #852734)
  * New package android-sdk-libsparse-utils providing / replacing:
    * append2simg
    * img2simg
    * simg_dump
    * simg2img
    * simg2simg
    * Available on x86, ARM, MIPS (Closes: #895601)

 -- Matthias Klose <email address hidden>  Tue, 19 Mar 2019 08:40:52 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe misc
Bionic security universe misc

Downloads

File Size SHA-256 Checksum
android-platform-system-core_8.1.0+r23.orig.tar.gz 5.0 MiB 6e1902a4bda48c43c239ac38f854eb78de85a9c818784b60d93e069e6213f681
android-platform-system-core_8.1.0+r23-5~18.04.debian.tar.xz 23.5 KiB ff70ddb75608f523849eef4f3ece518210eab4fb669dbee4ba6c3d1c52443d32
android-platform-system-core_8.1.0+r23-5~18.04.dsc 5.8 KiB 3e4d889d7dc0d50ae233d7dab5df0b6f7faa041f6c656bb08d7bc18b92706e30

View changes file

Binary packages built by this source

adb: Android Debug Bridge

 A versatile command line tool that lets you communicate with an emulator
 instance or connected Android-powered device.
 .
 This package recommends "android-sdk-platform-tools-common" which contains
 the udev rules for Android devices. Without this package, adb and fastboot need
 to be running with root permission.

adb-dbgsym: debug symbols for adb
android-libadb: Library for Android Debug Bridge

 This library provides APIs for accessing and controlling Android devices.
 .
 This library is only used by Android SDK currently.

android-libadb-dbgsym: debug symbols for android-libadb
android-libadb-dev: Library for Android Debug Bridge - Development files

 This library provides APIs for accessing and controlling Android devices.
 .
 This library is only used by Android SDK currently.
 .
 This package contains the development files.

android-libbacktrace: Android backtrace library

 This library is only used by Android SDK currently.

android-libbacktrace-dbgsym: debug symbols for android-libbacktrace
android-libbacktrace-dev: Android backtrace library - Development files

 This library is only used by Android SDK currently.
 .
 This package contains the development files.

android-libbase: Android base library

 This library provides APIs for basic tasks like handling files, Unicode
 strings, logging, memory allocation, integer parsing, etc..
 .
 This library is only used by Android SDK currently.

android-libbase-dbgsym: debug symbols for android-libbase
android-libbase-dev: Android base library - Development files

 This library provides APIs for basic tasks like handling files, Unicode
 strings, logging, memory allocation, integer parsing, etc..
 .
 This library is only used by Android SDK currently.
 .
 This package contains the development files.

android-libcrypto-utils: Android crypto-utils library

 This library provides utility APIs for cryptography.
 .
 This library is only used by Android SDK currently.

android-libcrypto-utils-dbgsym: debug symbols for android-libcrypto-utils
android-libcrypto-utils-dev: Android crypto-utils library - Development files

 This library provides utility APIs for cryptography.
 .
 This library is only used by Android SDK currently.
 .
 This package provides the development files.

android-libcutils: Android utils library for C

 This library provides common functionalities for android related tools.
 .
 This library is only used by Android SDK currently.

android-libcutils-dbgsym: debug symbols for android-libcutils
android-libcutils-dev: Android utils library for C - Development files

 This library provides common functionalities for android related tools.
 .
 This library is only used by Android SDK currently.
 .
 This package contains the development files.

android-liblog: Android NDK logger interfaces

 liblog represents an interface to the volatile Android Logging system for NDK
 (Native) applications and libraries. Interfaces for either writing or reading
 logs. The log buffers are divided up in Main, System, Radio and Events
 sub-logs.

android-liblog-dbgsym: debug symbols for android-liblog
android-liblog-dev: Android NDK logger interfaces - Development files

 liblog represents an interface to the volatile Android Logging system for NDK
 (Native) applications and libraries. Interfaces for either writing or reading
 logs. The log buffers are divided up in Main, System, Radio and Events
 sub-logs.
 .
 This package contains the development files.

android-libnativebridge: Android native bridge library

 This library is only used by Android SDK currently.

android-libnativebridge-dbgsym: debug symbols for android-libnativebridge
android-libnativebridge-dev: Android native bridge library - Development files

 This library is only used by Android SDK currently.
 .
 This package provides the development files.

android-libnativeloader: Android native loader library

 This library is only used by Android SDK currently.

android-libnativeloader-dbgsym: debug symbols for android-libnativeloader
android-libnativeloader-dev: Android native loader library - Development files

 This library is only used by Android SDK currently.
 .
 This package provides the development files.

android-libsparse: Library for sparse files

 This library provides APIs for creating, manipulating and destroying sparse
 files.
 .
 This library is only used by Android SDK currently.

android-libsparse-dbgsym: debug symbols for android-libsparse
android-libsparse-dev: Library for sparse files - Development files

 This library provides APIs for creating, manipulating and destroying sparse
 files.
 .
 This library is only used by Android SDK currently.
 .
 This package contains the development files.

android-libutils: Android Utility Function Library

 This library provides miscellaneous utility functions.
 .
 This library is only used by Android SDK currently.

android-libutils-dbgsym: debug symbols for android-libutils
android-libutils-dev: Android Utility Function Library - Development files

 This library provides miscellaneous utility functions.
 .
 This library is only used by Android SDK currently.
 .
 This package contains the development files.

android-libziparchive: Library for ZIP archives

 This library provides APIs for creating and manipulating ZIP archives.
 .
 This library is only used by Android SDK currently.

android-libziparchive-dbgsym: debug symbols for android-libziparchive
android-libziparchive-dev: Library for ZIP archives - Development files

 This library provides APIs for creating and manipulating ZIP archives.
 .
 This library is only used by Android SDK currently.
 .
 This package contains the development files.

android-platform-system-core-headers: Shared headers in AOSP repository platform/system/core

 This package contains header files in AOSP repository platform/system/core that
 do not belong to any specific libraries but used by other programs.
 .
 This package currently contains headers in include/private and include/system.

android-sdk-libsparse-utils: Android sparse image creation tool

 Command line tools to create sparse images for usage with Android devices.
 Includes simgimg, img2simg, simg2simg, simg_dump and append2simg tools.

android-sdk-libsparse-utils-dbgsym: debug symbols for android-sdk-libsparse-utils
android-tools-adb: transitional package

 This is a transitional package. It can safely be removed.

android-tools-fastboot: transitional package

 This is a transitional package. It can safely be removed.

android-tools-mkbootimg: transitional package

 This is a transitional package. It can safely be removed.

append2simg: Transitional package

 This is a transitional package. It can safely be removed.

fastboot: Android fastboot tool

 A command line tool for flashing an Android device, boot an Android device to
 fastboot mode, etc..

fastboot-dbgsym: debug symbols for fastboot
img2simg: Transitional package

 This is a transitional package. It can safely be removed.

mkbootimg: Creates Android boot images

 Creates Android boot images that includes kernel image and ramdisk, in a
 special format which can be used with fastboot.

simg2img: Transitional package

 This is a transitional package. It can safely be removed.