Package: android-platform-build / 1:10.0.0+r36-1

Metadata

Package Version Patches format
android-platform-build 1:10.0.0+r36-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove optional conscrypt depends.patch | (download)

tools/signapk/src/com/android/signapk/SignApk.java | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 remove optional conscrypt depends
 Conscrypt is a library that is only really maintained as an internal
 dependency for Android.  BouncyCastle should work just fine, so no
 need to package up a large complicated library just for this.
fix_zopfli_usage.diff | (download)

tools/zipalign/ZipFile.cpp | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 zopfli is written in c but zipalign is in c++.
fix_zipalign_typo.diff | (download)

tools/zipalign/ZipAlign.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix typo
python 2to3.patch | (download)

tools/event_log_tags.py | 8 4 + 4 - 0 !
tools/java-event-log-tags.py | 20 10 + 10 - 0 !
tools/merge-event-log-tags.py | 26 13 + 13 - 0 !
3 files changed, 27 insertions(+), 27 deletions(-)

 run 2to3 tool

Implement range based pin list.patch | (download)

tools/signapk/src/com/android/signapk/SignApk.java | 66 46 + 20 - 0 !
1 file changed, 46 insertions(+), 20 deletions(-)

 [patch 1/1] implement range-based pin list

This extends the original pin list generation to support specifying a
range within a file.  If any part of a file is pinned, its local file
header in the APK file is pinned as well.

Test: Build cuttlefish.
Bug: 136040313
Bug: 135953430