]> git.saurik.com Git - android/aapt.git/commit
Fix issue with printing gles version in aapt dump badging option
authorSuchi Amalapurapu <asuchitra@google.com>
Sun, 20 Sep 2009 20:39:37 +0000 (13:39 -0700)
committerSuchi Amalapurapu <asuchitra@google.com>
Sun, 20 Sep 2009 20:40:02 +0000 (13:40 -0700)
commit774d89bf87b93b4cf2cb5fdc88f0df89b14181f7
treeed2bc00fca3a50dabca90665b87fdac5c56fd01f
parent0096feb5e9367cd51a067079fd5bceaac435e5e5
Fix issue with printing gles version in aapt dump badging option
If the name attribute for uses-feature or uses-permission is empty
the error value is still empty indicating error and preventing the
else part from being checked as it should be.
Command.cpp