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 filePatch | File delta | Description |
---|---|---|
remove optional conscrypt depends.patch | (download) |
tools/signapk/src/com/android/signapk/SignApk.java |
4 0 + 4 - 0 ! |
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 ! |
zopfli is written in c but zipalign is in c++. |
fix_zipalign_typo.diff | (download) |
tools/zipalign/ZipAlign.cpp |
2 1 + 1 - 0 ! |
fix typo |
python 2to3.patch | (download) |
tools/event_log_tags.py |
8 4 + 4 - 0 ! |
run 2to3 tool |
Implement range based pin list.patch | (download) |
tools/signapk/src/com/android/signapk/SignApk.java |
66 46 + 20 - 0 ! |
[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 |