Package: android-platform-frameworks-base / 1:14~beta1-4~exp1

Metadata

Package Version Patches format
android-platform-frameworks-base 1:14~beta1-4~exp1 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 | 13 1 + 12 - 0 !
2 files changed, 2 insertions(+), 14 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/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 !
3 files changed, 3 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
add missing headers.patch | (download)

tools/aapt2/AppInfo.h | 2 2 + 0 - 0 !
tools/aapt2/cmd/Command.h | 1 1 + 0 - 0 !
2 files changed, 3 insertions(+)

---
Use String8 16 c_str tools.patch | (download)

cmds/idmap2/libidmap2/XmlParser.cpp | 2 1 + 1 - 0 !
core/jni/android_content_res_ObbScanner.cpp | 2 1 + 1 - 0 !
core/jni/android_util_AssetManager.cpp | 4 2 + 2 - 0 !
libs/androidfw/AssetManager.cpp | 134 67 + 67 - 0 !
libs/androidfw/BackupData.cpp | 6 3 + 3 - 0 !
libs/androidfw/BackupHelpers.cpp | 76 38 + 38 - 0 !
libs/androidfw/ConfigDescription.cpp | 2 1 + 1 - 0 !
libs/androidfw/CursorWindow.cpp | 2 1 + 1 - 0 !
libs/androidfw/ObbFile.cpp | 4 2 + 2 - 0 !
libs/androidfw/ResourceTypes.cpp | 128 64 + 64 - 0 !
libs/androidfw/include/androidfw/Asset.h | 2 1 + 1 - 0 !
libs/androidfw/include/androidfw/ConfigDescription.h | 2 1 + 1 - 0 !
libs/androidfw/tests/BackupData_test.cpp | 34 17 + 17 - 0 !
libs/androidfw/tests/CommonHelpers.cpp | 2 1 + 1 - 0 !
libs/androidfw/tests/ConfigDescription_test.cpp | 26 13 + 13 - 0 !
libs/androidfw/tests/ObbFile_test.cpp | 10 5 + 5 - 0 !
libs/androidfw/tests/ResTable_test.cpp | 6 3 + 3 - 0 !
libs/androidfw/tests/Split_test.cpp | 4 2 + 2 - 0 !
libs/androidfw/tests/TestHelpers.cpp | 4 2 + 2 - 0 !
tools/aapt/AaptAssets.cpp | 146 73 + 73 - 0 !
tools/aapt/AaptAssets.h | 2 1 + 1 - 0 !
tools/aapt/AaptConfig.cpp | 60 30 + 30 - 0 !
tools/aapt/AaptUtil.cpp | 4 2 + 2 - 0 !
tools/aapt/ApkBuilder.cpp | 6 3 + 3 - 0 !
tools/aapt/CacheUpdater.h | 12 6 + 6 - 0 !
tools/aapt/Command.cpp | 260 130 + 130 - 0 !
tools/aapt/CrunchCache.cpp | 2 1 + 1 - 0 !
tools/aapt/DirectoryWalker.h | 4 2 + 2 - 0 !
tools/aapt/FileFinder.cpp | 4 2 + 2 - 0 !
tools/aapt/Images.cpp | 42 21 + 21 - 0 !
tools/aapt/Package.cpp | 68 34 + 34 - 0 !
tools/aapt/Resource.cpp | 372 186 + 186 - 0 !
tools/aapt/ResourceFilter.cpp | 6 3 + 3 - 0 !
tools/aapt/ResourceIdCache.cpp | 2 1 + 1 - 0 !
tools/aapt/ResourceTable.cpp | 502 251 + 251 - 0 !
tools/aapt/SourcePos.cpp | 6 3 + 3 - 0 !
tools/aapt/StringPool.cpp | 28 14 + 14 - 0 !
tools/aapt/Symbol.h | 6 3 + 3 - 0 !
tools/aapt/XMLNode.cpp | 160 80 + 80 - 0 !
tools/aapt/pseudolocalize.cpp | 8 4 + 4 - 0 !
tools/aapt2/Debug.cpp | 2 1 + 1 - 0 !
tools/aapt2/cmd/Util.cpp | 2 1 + 1 - 0 !
tools/aapt2/format/binary/BinaryResourceParser.cpp | 2 1 + 1 - 0 !
tools/split-select/Grouper_test.cpp | 2 1 + 1 - 0 !
tools/split-select/Main.cpp | 38 17 + 21 - 0 !
tools/split-select/Rule_test.cpp | 2 1 + 1 - 0 !
tools/split-select/SplitDescription.cpp | 4 2 + 2 - 0 !
tools/split-select/TestRules.cpp | 5 2 + 3 - 0 !
48 files changed, 1101 insertions(+), 1106 deletions(-)

 [patch 1/1] use string8/16 c_str [tools]

Migrate from android String isEmpty to empty aapt.patch | (download)

libs/androidfw/AssetManager2.cpp | 4 2 + 2 - 0 !
tools/aapt/AaptAssets.cpp | 2 1 + 1 - 0 !
tools/aapt/Command.cpp | 4 2 + 2 - 0 !
tools/aapt/Resource.cpp | 4 2 + 2 - 0 !
tools/aapt/ResourceTable.cpp | 8 4 + 4 - 0 !
tools/aapt/SourcePos.cpp | 2 1 + 1 - 0 !
tools/aapt2/DominatorTree_test.cpp | 3 1 + 2 - 0 !
tools/split-select/SplitDescription.cpp | 2 1 + 1 - 0 !
8 files changed, 14 insertions(+), 15 deletions(-)

 migrate from android::string isempty to empty [aapt]

Don t use String8 empty.patch | (download)

tools/aapt/Command.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 don't use string8::empty