From bdaa092a193d8ddccbd9ad8434be97878e6ded59 Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Fri, 8 May 2015 20:16:23 -0700 Subject: AAPT2: inferred style parent processing Change-Id: I8fbc4feef16b6039cf4c526fcfb767dc75a9c131 --- tools/aapt2/Main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/aapt2/Main.cpp') 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& table) { }; Style& newStyle = static_cast(*value.value); - newStyle.weak = true; // Move the recorded stripped attributes into this new style. std::move(stripped.begin(), stripped.end(), -- cgit v1.2.3-59-g8ed1b