OSDN Git Service

Only output proguard keep for nonempty attribute name in the AndroidManifest.xml.
authorYing Wang <wangying@google.com>
Wed, 13 Jan 2010 00:08:23 +0000 (16:08 -0800)
committerYing Wang <wangying@google.com>
Wed, 13 Jan 2010 00:08:23 +0000 (16:08 -0800)
commit4199528aab2cbc3ba3c6540670fabb2040c8e081
tree903585d3dab0768ef2321d9a22346a1b32c43fd5
parentce63c639e90daafc3382020bb2d9e2b17350f1f0
Only output proguard keep for nonempty attribute name in the AndroidManifest.xml.

Before this change, aapt generates proguard keep flags like
"-keep class com.android.somepackage.", which proguard doesn't recognize.
tools/aapt/Resource.cpp