Package: android-platform-frameworks-base / 1:10.0.0+r36-10

Metadata

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

Patch series

view the series file
Patch File delta Description
hard code versions.patch | (download)

tools/aapt/Main.cpp | 3 1 + 2 - 0 !
tools/aapt2/util/Util.cpp | 6 1 + 5 - 0 !
2 files changed, 2 insertions(+), 7 deletions(-)

---
aapt_typo.diff | (download)

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

 fix a typo
fix compile error.patch | (download)

libs/androidfw/Util.cpp | 1 1 + 0 - 0 !
libs/androidfw/include/androidfw/LoadedArsc.h | 2 1 + 1 - 0 !
tools/aapt2/util/Files.cpp | 2 1 + 1 - 0 !
tools/aapt2/util/Files.h | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 3 deletions(-)

 fix std::vector must have a non-const, non-volatile value_type
fix proto import paths.patch | (download)

tools/aapt2/Resources.proto | 2 1 + 1 - 0 !
tools/aapt2/ResourcesInternal.proto | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix proto import paths, this dir layout is different
Track libziparchive API change.patch | (download)

core/jni/android_util_jar_StrictJarFile.cpp | 2 1 + 1 - 0 !
libs/androidfw/ApkAssets.cpp | 6 2 + 4 - 0 !
libs/androidfw/ZipFileRO.cpp | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 6 deletions(-)

 track libziparchive api change.

Bug: http://b/129068177
Test: treehugger
Track libziparchive API change 2nd.patch | (download)

core/jni/android_util_jar_StrictJarFile.cpp | 12 2 + 10 - 0 !
libs/androidfw/ApkAssets.cpp | 3 1 + 2 - 0 !
libs/androidfw/ZipFileRO.cpp | 5 1 + 4 - 0 !
3 files changed, 4 insertions(+), 16 deletions(-)

 track libziparchive api change - 2nd.

Bug: http://b/129068177
Test: treehugger
Don t explicitly specify no prefix suffix.patch | (download)

tools/aapt2/io/ZipArchive.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't explicitly specify no prefix/suffix.

Bug: http://b/129068177
Test: treehugger
Move off ZipString and over to std string std string.patch | (download)

libs/androidfw/ApkAssets.cpp | 4 2 + 2 - 0 !
libs/androidfw/ZipFileRO.cpp | 8 4 + 4 - 0 !
tools/aapt2/cmd/Convert_test.cpp | 2 1 + 1 - 0 !
tools/aapt2/io/ZipArchive.cpp | 8 2 + 6 - 0 !
4 files changed, 9 insertions(+), 13 deletions(-)

 move off zipstring and over to std::string/std::string_view as
 appropriate.

Bug: http://b/129068177
Test: treehugger
apfb_protobuf.patch | (download)

tools/aapt2/io/Util.h | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 fix protobuf ftbfs
 SetTotalBytesLimit no longer has second argument.