diff options
author | 2017-03-16 16:54:23 -0700 | |
---|---|---|
committer | 2017-03-16 16:54:23 -0700 | |
commit | c7614e5d1e8f9139cccf6ab9b78dda16b98f7656 (patch) | |
tree | 747a3c57f85d7e7d6fcacaa37463fd4132458457 /tools/aapt/AaptAssets.cpp | |
parent | 2bd530e1562bcbf99b6d1b2f447b4b835d3bc43e (diff) |
AAPT: Version <adaptive-icon> to v26
Bug: 35908647
Change-Id: I307fb2f666cb8519adb9a7f676b87706dc6c683f
Test: manual
Diffstat (limited to 'tools/aapt/AaptAssets.cpp')
-rw-r--r-- | tools/aapt/AaptAssets.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/aapt/AaptAssets.cpp b/tools/aapt/AaptAssets.cpp index 3c3edda85e4f..13ae24b7d29e 100644 --- a/tools/aapt/AaptAssets.cpp +++ b/tools/aapt/AaptAssets.cpp @@ -964,7 +964,6 @@ void AaptAssets::addResource(const String8& leafName, const String8& path, subdir->addFile(leafName, grr); } - ssize_t AaptAssets::slurpFromArgs(Bundle* bundle) { int count; |