OSDN Git Service

Scan for android namespace in manifest
authorKenny Root <kroot@google.com>
Thu, 25 Feb 2010 04:00:03 +0000 (20:00 -0800)
committerKenny Root <kroot@google.com>
Thu, 25 Feb 2010 04:03:17 +0000 (20:03 -0800)
commit5a8ec761213d723fc3a6a92250e5e855605046a6
tree2b9d6b08297b36efacdf8bdf21c1da8d763e9657
parent406b09bbd117446814a05aabc5971fd55c6afa5d
Scan for android namespace in manifest

android:minSdkVersion wasn't being correctly scanned because the
namespace was incorrect. This fixes that problem so packages aren't
generated as UTF-8 when minSdkVersion is less than 7.

Change-Id: I8f45d47ea886915da6a4770f6e111e6085d61bee
tools/aapt/Resource.cpp