diff options
author | 2017-03-21 03:53:43 +0000 | |
---|---|---|
committer | 2017-03-21 03:53:43 +0000 | |
commit | 8c2df71739808d6f1aec4277fb47c191e7031164 (patch) | |
tree | fcd72bd33919422f7c4810c2f71731f76d238806 /tools/aapt/AaptAssets.cpp | |
parent | c7614e5d1e8f9139cccf6ab9b78dda16b98f7656 (diff) |
Revert "AAPT: Version <adaptive-icon> to v26"
Bug: 36462965
Bug: 35908647
This reverts commit c7614e5d1e8f9139cccf6ab9b78dda16b98f7656.
Change-Id: I25279e7c53823dad0703c7e2ea8ff91bdbc1a0f2
Diffstat (limited to 'tools/aapt/AaptAssets.cpp')
-rw-r--r-- | tools/aapt/AaptAssets.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt/AaptAssets.cpp b/tools/aapt/AaptAssets.cpp index 13ae24b7d29e..3c3edda85e4f 100644 --- a/tools/aapt/AaptAssets.cpp +++ b/tools/aapt/AaptAssets.cpp @@ -964,6 +964,7 @@ void AaptAssets::addResource(const String8& leafName, const String8& path, subdir->addFile(leafName, grr); } + ssize_t AaptAssets::slurpFromArgs(Bundle* bundle) { int count; |