OSDN Git Service

Fix aapt when outputting meta-data tag values
authorMaurice Chu <mochu@google.com>
Thu, 17 Oct 2013 01:28:46 +0000 (18:28 -0700)
committerAdam Lesinski <adamlesinski@google.com>
Mon, 27 Jan 2014 18:31:07 +0000 (10:31 -0800)
commit76327314d2238e105f8b94909f9c0cf85caca318
tree3edf9a46e092a811a2589134721cb52590f4d94e
parentf314dc01210d117959ae2a303d0311cd071ee927
Fix aapt when outputting meta-data tag values

This fixes outputting string as well as not crashing when the
<meta-data> element has an "android:resource" attribute instead
of an "android:value" attribute.

Bug: 11255844
Change-Id: Iadb62b5dcb18ea3db8dbd2ba3241f489606d535d
tools/aapt/Command.cpp