]> git.saurik.com Git - android/aapt.git/commit
Fix for issue 9656 - custom xml attributes in Android Libraries. do not merge.
authorinazaruk <ievgenii.nazaruk@gmail.com>
Sun, 22 May 2011 22:09:06 +0000 (15:09 -0700)
committerXavier Ducrohet <xav@android.com>
Fri, 24 Feb 2012 02:09:31 +0000 (18:09 -0800)
commitcdeafd1bff977b88d1686baab811edc95923cd3d
tree81cbc2f936cd573b2ee584d560fe1ea4442512b2
parent7e766d8ef82164c727a05b7075b99f3454d4cc19
Fix for issue 9656 - custom xml attributes in Android Libraries. do not merge.

Added support for predefined namespace http://schemas.android.com/apk/res/auto
that aapt tool recognizes and treats as namespace with package name
taken from current application's AndroidManifest.xml, //manifest/package attribute.

Signed-off-by: inazaruk <ievgenii.nazaruk@gmail.com>
(cherry picked from commit e348909c1966c3d192841cc131a32be6ed90da18)

Change-Id: I4bff836c42a309bac36e5d1ce1899131b3c4c194
XMLNode.cpp