diff options
author | Adam Lesinski <adamlesinski@google.com> | 2015-05-08 20:16:23 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2015-05-12 20:41:31 -0700 |
commit | bdaa092a193d8ddccbd9ad8434be97878e6ded59 (patch) | |
tree | 04310ae0b932078409147cbfa8332d96e76555d1 /tools/aapt2/Main.cpp | |
parent | 330edcdf1316ed599fe0eb16a64330821fd92f18 (diff) |
AAPT2: inferred style parent processing
Change-Id: I8fbc4feef16b6039cf4c526fcfb767dc75a9c131
Diffstat (limited to 'tools/aapt2/Main.cpp')
-rw-r--r-- | tools/aapt2/Main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/aapt2/Main.cpp b/tools/aapt2/Main.cpp index f1b777717481..e0977b8bb88a 100644 --- a/tools/aapt2/Main.cpp +++ b/tools/aapt2/Main.cpp @@ -158,7 +158,6 @@ void versionStylesForCompat(const std::shared_ptr<ResourceTable>& table) { }; Style& newStyle = static_cast<Style&>(*value.value); - newStyle.weak = true; // Move the recorded stripped attributes into this new style. std::move(stripped.begin(), stripped.end(), |