Fixed
Status Update
Comments
xo...@google.com <xo...@google.com> #2
This was broken by 3bca759a5ff08352de831bb1e9b61b1ec2b3362d.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
er...@google.com <er...@google.com>
xo...@google.com <xo...@google.com>
an...@google.com <an...@google.com> #3
Almost 2 months later and this is still broken
Description
The
UnusedResourcesProcessor
for removing unused resources from the project might be informed (from Lint) that there is an issue related to a Gradle build file.If that Gradle build file is in a directory whose name is equal to one of the
ResourceFolderType
names, or which begins with one of those names followed by a hyphen, theUnusedResourcesProcessor
will delete the Gradle build file rather than removing the appropriateresValues
entry. (This is becausegetFolderType()
will somewhat spuriously return aResourceFolderType
rather thannull
).