Your message dated Fri, 21 Jan 2022 10:03:56 +0000
with message-id <[email protected]>
and subject line Bug#983966: fixed in android-platform-system-core
1:10.0.0+r36-8
has caused the Debian Bug report #983966,
regarding android-platform-system-core: ftbfs with GCC-11
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
983966: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983966
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:android-platform-system-core
Version: 1:10.0.0+r36-7
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-11
[This bug is not targeted to the upcoming bullseye release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.
The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/android-platform-system-core_10.0.0+r36-7_unstable_gcc11.log
The last lines of the build log are at the end of this report.
To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html
GCC 11 defaults to the GNU++17 standard. If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.
[...]
clang++ libcutils/native_handle.cpp -o libcutils/native_handle.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++17 -Wdate-time -D_FORTIFY_SOURCE=2
-DNDEBUG -UDEBUG -I/usr/include/android -Ibase/include -Ilibcutils/include
-Iinclude
clang++ libcutils/record_stream.cpp -o libcutils/record_stream.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++17 -Wdate-time -D_FORTIFY_SOURCE=2
-DNDEBUG -UDEBUG -I/usr/include/android -Ibase/include -Ilibcutils/include
-Iinclude
clang++ libcutils/sockets.cpp -o libcutils/sockets.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++17 -Wdate-time -D_FORTIFY_SOURCE=2
-DNDEBUG -UDEBUG -I/usr/include/android -Ibase/include -Ilibcutils/include
-Iinclude
clang++ libcutils/strdup16to8.cpp -o libcutils/strdup16to8.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++17 -Wdate-time -D_FORTIFY_SOURCE=2
-DNDEBUG -UDEBUG -I/usr/include/android -Ibase/include -Ilibcutils/include
-Iinclude
clang++ libcutils/strdup8to16.cpp -o libcutils/strdup8to16.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++17 -Wdate-time -D_FORTIFY_SOURCE=2
-DNDEBUG -UDEBUG -I/usr/include/android -Ibase/include -Ilibcutils/include
-Iinclude
clang++ libcutils/threads.cpp -o libcutils/threads.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++17 -Wdate-time -D_FORTIFY_SOURCE=2
-DNDEBUG -UDEBUG -I/usr/include/android -Ibase/include -Ilibcutils/include
-Iinclude
clang++ libcutils/ashmem-host.cpp -o libcutils/ashmem-host.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++17 -Wdate-time -D_FORTIFY_SOURCE=2
-DNDEBUG -UDEBUG -I/usr/include/android -Ibase/include -Ilibcutils/include
-Iinclude
clang++ libcutils/fs_config.cpp -o libcutils/fs_config.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++17 -Wdate-time -D_FORTIFY_SOURCE=2
-DNDEBUG -UDEBUG -I/usr/include/android -Ibase/include -Ilibcutils/include
-Iinclude
clang++ libcutils/trace-host.cpp -o libcutils/trace-host.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++17 -Wdate-time -D_FORTIFY_SOURCE=2
-DNDEBUG -UDEBUG -I/usr/include/android -Ibase/include -Ilibcutils/include
-Iinclude
clang++ libcutils/strlcpy.o libcutils/fs.o libcutils/hashmap.o
libcutils/multiuser.o libcutils/socket_inaddr_any_server_unix.o
libcutils/socket_local_client_unix.o libcutils/socket_local_server_unix.o
libcutils/socket_network_client_unix.o libcutils/sockets_unix.o
libcutils/str_parms.o libcutils/config_utils.o libcutils/canned_fs_config.o
libcutils/iosched_policy.o libcutils/load_file.o libcutils/native_handle.o
libcutils/record_stream.o libcutils/sockets.o libcutils/strdup16to8.o
libcutils/strdup8to16.o libcutils/threads.o libcutils/ashmem-host.o
libcutils/fs_config.o libcutils/trace-host.o -o libcutils.so.0 -Wl,-z,relro
-Wl,-z,now -fPIC -shared -Wl,-soname,libcutils.so.0
-Wl,-rpath=/usr/lib/x86_64-linux-gnu/android -lpthread -L. -llog -lbase
ln -s libcutils.so.0 libcutils.so
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build --buildsystem=makefile -- -f debian/libbacktrace.mk
make -j4 "INSTALL=install --strip-program=true" -f
debian/libbacktrace.mk
make[2]: Entering directory '/<<PKGBUILDDIR>>'
clang++ libbacktrace/Backtrace.cpp -o libbacktrace/Backtrace.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++2a -fno-omit-frame-pointer
-Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android
-DNO_LIBDEXFILE_SUPPORT -Iinclude -Ibase/include -Idemangle/include
-Ilibprocinfo/include -Ilibunwindstack/include -I/usr/include/android/lzma
-I/usr/include/android/unwind
clang++ libbacktrace/BacktraceCurrent.cpp -o libbacktrace/BacktraceCurrent.o -g
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++2a -fno-omit-frame-pointer
-Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android
-DNO_LIBDEXFILE_SUPPORT -Iinclude -Ibase/include -Idemangle/include
-Ilibprocinfo/include -Ilibunwindstack/include -I/usr/include/android/lzma
-I/usr/include/android/unwind
clang++ libbacktrace/BacktraceMap.cpp -o libbacktrace/BacktraceMap.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++2a -fno-omit-frame-pointer
-Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android
-DNO_LIBDEXFILE_SUPPORT -Iinclude -Ibase/include -Idemangle/include
-Ilibprocinfo/include -Ilibunwindstack/include -I/usr/include/android/lzma
-I/usr/include/android/unwind
clang++ libbacktrace/BacktracePtrace.cpp -o libbacktrace/BacktracePtrace.o -g
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++2a -fno-omit-frame-pointer
-Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android
-DNO_LIBDEXFILE_SUPPORT -Iinclude -Ibase/include -Idemangle/include
-Ilibprocinfo/include -Ilibunwindstack/include -I/usr/include/android/lzma
-I/usr/include/android/unwind
clang++ libbacktrace/ThreadEntry.cpp -o libbacktrace/ThreadEntry.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++2a -fno-omit-frame-pointer
-Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android
-DNO_LIBDEXFILE_SUPPORT -Iinclude -Ibase/include -Idemangle/include
-Ilibprocinfo/include -Ilibunwindstack/include -I/usr/include/android/lzma
-I/usr/include/android/unwind
libbacktrace/BacktraceMap.cpp:54:30: warning: ISO C++20 considers use of
overloaded operator '!=' (with operand types 'BacktraceMap::iterator' and
'BacktraceMap::iterator') to be ambiguous despite there being a unique best
viable function with non-reversed arguments [-Wambiguous-reversed-operator]
for (auto it = begin(); it != end(); ++it) {
~~ ^ ~~~~~
include/backtrace/BacktraceMap.h:98:10: note: candidate function with
non-reversed arguments
bool operator!=(const iterator& rhs) { return this->index_ != rhs.index_; }
^
include/backtrace/BacktraceMap.h:97:10: note: ambiguous candidate function with
reversed arguments
bool operator==(const iterator& rhs) { return this->index_ == rhs.index_; }
^
clang++ libbacktrace/UnwindMap.cpp -o libbacktrace/UnwindMap.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++2a -fno-omit-frame-pointer
-Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android
-DNO_LIBDEXFILE_SUPPORT -Iinclude -Ibase/include -Idemangle/include
-Ilibprocinfo/include -Ilibunwindstack/include -I/usr/include/android/lzma
-I/usr/include/android/unwind
clang++ libbacktrace/UnwindStack.cpp -o libbacktrace/UnwindStack.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++2a -fno-omit-frame-pointer
-Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android
-DNO_LIBDEXFILE_SUPPORT -Iinclude -Ibase/include -Idemangle/include
-Ilibprocinfo/include -Ilibunwindstack/include -I/usr/include/android/lzma
-I/usr/include/android/unwind
clang++ libbacktrace/UnwindStackMap.cpp -o libbacktrace/UnwindStackMap.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++2a -fno-omit-frame-pointer
-Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android
-DNO_LIBDEXFILE_SUPPORT -Iinclude -Ibase/include -Idemangle/include
-Ilibprocinfo/include -Ilibunwindstack/include -I/usr/include/android/lzma
-I/usr/include/android/unwind
1 warning generated.
clang++ libunwindstack/ArmExidx.cpp -o libunwindstack/ArmExidx.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++2a -fno-omit-frame-pointer
-Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android
-DNO_LIBDEXFILE_SUPPORT -Iinclude -Ibase/include -Idemangle/include
-Ilibprocinfo/include -Ilibunwindstack/include -I/usr/include/android/lzma
-I/usr/include/android/unwind
clang++ libunwindstack/DwarfCfa.cpp -o libunwindstack/DwarfCfa.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++2a -fno-omit-frame-pointer
-Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android
-DNO_LIBDEXFILE_SUPPORT -Iinclude -Ibase/include -Idemangle/include
-Ilibprocinfo/include -Ilibunwindstack/include -I/usr/include/android/lzma
-I/usr/include/android/unwind
clang++ libunwindstack/DwarfEhFrameWithHdr.cpp -o
libunwindstack/DwarfEhFrameWithHdr.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++2a -fno-omit-frame-pointer
-Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android
-DNO_LIBDEXFILE_SUPPORT -Iinclude -Ibase/include -Idemangle/include
-Ilibprocinfo/include -Ilibunwindstack/include -I/usr/include/android/lzma
-I/usr/include/android/unwind
clang++ libunwindstack/DwarfMemory.cpp -o libunwindstack/DwarfMemory.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++2a -fno-omit-frame-pointer
-Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android
-DNO_LIBDEXFILE_SUPPORT -Iinclude -Ibase/include -Idemangle/include
-Ilibprocinfo/include -Ilibunwindstack/include -I/usr/include/android/lzma
-I/usr/include/android/unwind
clang++ libunwindstack/DwarfOp.cpp -o libunwindstack/DwarfOp.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++2a -fno-omit-frame-pointer
-Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android
-DNO_LIBDEXFILE_SUPPORT -Iinclude -Ibase/include -Idemangle/include
-Ilibprocinfo/include -Ilibunwindstack/include -I/usr/include/android/lzma
-I/usr/include/android/unwind
clang++ libunwindstack/DwarfSection.cpp -o libunwindstack/DwarfSection.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++2a -fno-omit-frame-pointer
-Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android
-DNO_LIBDEXFILE_SUPPORT -Iinclude -Ibase/include -Idemangle/include
-Ilibprocinfo/include -Ilibunwindstack/include -I/usr/include/android/lzma
-I/usr/include/android/unwind
clang++ libunwindstack/Elf.cpp -o libunwindstack/Elf.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++2a -fno-omit-frame-pointer
-Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android
-DNO_LIBDEXFILE_SUPPORT -Iinclude -Ibase/include -Idemangle/include
-Ilibprocinfo/include -Ilibunwindstack/include -I/usr/include/android/lzma
-I/usr/include/android/unwind
In file included from libunwindstack/DwarfSection.cpp:21:
libunwindstack/include/unwindstack/DwarfMemory.h:32:29: error: unknown type
name 'size_t'; did you mean 'std::size_t'?
bool ReadBytes(void* dst, size_t num_bytes);
^~~~~~
std::size_t
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/x86_64-linux-gnu/c++/11/bits/c++config.h:280:26:
note: 'std::size_t' declared here
typedef __SIZE_TYPE__ size_t;
^
In file included from libunwindstack/DwarfSection.cpp:21:
libunwindstack/include/unwindstack/DwarfMemory.h:42:3: error: unknown type name
'size_t'; did you mean 'std::size_t'?
size_t GetEncodedSize(uint8_t encoding);
^~~~~~
std::size_t
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/x86_64-linux-gnu/c++/11/bits/c++config.h:280:26:
note: 'std::size_t' declared here
typedef __SIZE_TYPE__ size_t;
^
libunwindstack/DwarfOp.cpp:1439:5: warning: array designators are a C99
extension [-Wc99-designator]
[OP_ILLEGAL] = nullptr,
^~~~~~~~~~~~
clang++ libunwindstack/ElfInterface.cpp -o libunwindstack/ElfInterface.o -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fPIC -c -std=gnu++2a -fno-omit-frame-pointer
-Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -UDEBUG -I/usr/include/android
-DNO_LIBDEXFILE_SUPPORT -Iinclude -Ibase/include -Idemangle/include
-Ilibprocinfo/include -Ilibunwindstack/include -I/usr/include/android/lzma
-I/usr/include/android/unwind
2 errors generated.
make[2]: *** [debian/libbacktrace.mk:114: libunwindstack/DwarfSection.o] Error 1
make[2]: *** Waiting for unfinished jobs....
1 warning generated.
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" -f
debian/libbacktrace.mk returned exit code 2
make[1]: *** [debian/rules:73: libbacktrace.so] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:112: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: android-platform-system-core
Source-Version: 1:10.0.0+r36-8
Done: Roger Shimizu <[email protected]>
We believe that the bug you reported is fixed in the latest version of
android-platform-system-core, which is due to be installed in the Debian FTP
archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Roger Shimizu <[email protected]> (supplier of updated
android-platform-system-core package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 21 Jan 2022 18:23:02 +0900
Source: android-platform-system-core
Binary: android-sdk-libsparse-utils android-liblog android-liblog-dev
android-libcutils android-libcutils-dev adb android-libsparse
android-libsparse-dev android-libutils android-libutils-dev
android-libziparchive android-libziparchive-dev
android-platform-system-core-headers android-libbacktrace
android-libbacktrace-dev android-libadb android-libadb-dev android-libbase
android-libbase-dev android-libcrypto-utils android-libcrypto-utils-dev
simg2img img2simg append2simg android-tools-mkbootimg mkbootimg fastboot
android-libnativebridge android-libnativebridge-dev android-libnativeloader
android-libnativeloader-dev
Architecture: source
Version: 1:10.0.0+r36-8
Distribution: unstable
Urgency: medium
Maintainer: Android Tools Maintainers
<[email protected]>
Changed-By: Roger Shimizu <[email protected]>
Description:
adb - Android Debug Bridge
android-libadb - Library for Android Debug Bridge
android-libadb-dev - Library for Android Debug Bridge - Development files
android-libbacktrace - Android backtrace library
android-libbacktrace-dev - Android backtrace library - Development files
android-libbase - Android base library
android-libbase-dev - Android base library - Development files
android-libcrypto-utils - Android crypto-utils library
android-libcrypto-utils-dev - Android crypto-utils library - Development files
android-libcutils - Android utils library for C
android-libcutils-dev - Android utils library for C - Development files
android-liblog - Android NDK logger interfaces
android-liblog-dev - Android NDK logger interfaces - Development files
android-libnativebridge - Android native bridge library
android-libnativebridge-dev - Android native bridge library - Development files
android-libnativeloader - Android native loader library
android-libnativeloader-dev - Android native loader library - Development files
android-libsparse - Library for sparse files
android-libsparse-dev - Library for sparse files - Development files
android-libutils - Android Utility Function Library
android-libutils-dev - Android Utility Function Library - Development files
android-libziparchive - Library for ZIP archives
android-libziparchive-dev - Library for ZIP archives - Development files
android-platform-system-core-headers - Shared headers in AOSP repository
platform/system/core
android-sdk-libsparse-utils - Android sparse image creation tool
android-tools-mkbootimg - transitional package
append2simg - Transitional package
fastboot - Android fastboot tool
img2simg - Transitional package
mkbootimg - Creates Android boot images
simg2img - Transitional package
Closes: 983966
Changes:
android-platform-system-core (1:10.0.0+r36-8) unstable; urgency=medium
.
* Team upload.
.
[ Thorsten Scherer ]
* debian/fastboot.1.md:
- manpage: remove obsolete option.
.
[ Mike Gerow ]
* debian/patches:
- Add patch to fix FTBFS in gcc-11 (Closes: #983966).
Checksums-Sha1:
dd3f07e8b5897e2062b320f16133c5250a15b7e3 5705
android-platform-system-core_10.0.0+r36-8.dsc
b0d521ce38acab5fb367db903bfd08f4df936db2 28448
android-platform-system-core_10.0.0+r36-8.debian.tar.xz
a25e75b5a00cead1e3d70fe42c53502baa73a2d5 6471
android-platform-system-core_10.0.0+r36-8_source.buildinfo
Checksums-Sha256:
2f67167a5c599775ce99cca1bc56712999628afef89ed55a48649a4b17755cf5 5705
android-platform-system-core_10.0.0+r36-8.dsc
85dfeb33551effba11385855f70e00c9bdcfda709ddbb4bdb8d947737cc01ba0 28448
android-platform-system-core_10.0.0+r36-8.debian.tar.xz
09002e5cafb738df4c16125d912262d4c09b1c2eb14c20beee3c21b6e84e2c64 6471
android-platform-system-core_10.0.0+r36-8_source.buildinfo
Files:
d26fe77fedaeeaea6a6162ca9182caf3 5705 devel optional
android-platform-system-core_10.0.0+r36-8.dsc
ce655439891086f54c4c1144ecb0c318 28448 devel optional
android-platform-system-core_10.0.0+r36-8.debian.tar.xz
f05d2f45d71335060f8205bcd5c3358e 6471 devel optional
android-platform-system-core_10.0.0+r36-8_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAmHqfrQQHHJvc2hAZGVi
aWFuLm9yZwAKCRCkeGsNpwM0qGryD/9W19wdr5fo+YZTmwd4E8LudUjdTR91DOww
voO00RY7kAlFinid3EKVpxTNguCfKgVecbBzeasl5zqZ/Nj0wIa0cM7l/JhFAXig
8GWMI5LDmHCkY6Gu1jzbdwJLFkMlT/QTtHR4cq7flfFEqqesF/aDS4HnmfKL6pPF
dBxaZvsI7EfCzfoDqGxIdn0Vq22LEqUW40wcX2MOZGuwhu8xNEbN7d+812HI3Y4o
959qq3Wq35rh0sJF7AYlGoyeVwpKYUSHnC0/CKzbW/fJIGh7YqH/wabPt08UnaeJ
Meg7xOu6rKcCxDTBT2PFRg3wgagvmZLnecrCWx86DajENgm5Pt4IRrMyGzorzbaO
7Lvnolkqb/2SXflZQSEQOHcCjJHJheXXNM3Nuf9ZtI7MXx8tQnFEJxhNI9UxPRl2
WksnFX15yYwcb2y7jrFC9Ibl3QYYiRxMA9Z2wgcjsnVIxESxNW1jwdpavudzZnA7
o0i6TbUEf/L/A4Vs+SVBwUJf1GDIM9719xp190mVM8zshShXQuH5Pmck//KdwtiP
meYSzqc303iXQRQnqYHsJxT9dOK4vVmZT3SKd7uH11nlZEfVyVVzsGlqbMq06eHN
Xp6fddStUSf6TG8YUs7y6HUDgtgtQhhuUt5TUU3FefvUzYWmi1kLnWbB1YIgvUh3
n25BVbnNrQ==
=tD1Y
-----END PGP SIGNATURE-----
--- End Message ---