]> git.saurik.com Git - android/aapt.git/commit - Resource.cpp
Default to UTF8 resources when packaging with aapt
authorKenny Root <kroot@google.com>
Thu, 10 Dec 2009 21:52:53 +0000 (13:52 -0800)
committerKenny Root <kroot@google.com>
Fri, 11 Dec 2009 04:17:33 +0000 (20:17 -0800)
commit7dc0cd41096058f5b93ff9162c5dba558ba71917
tree6f140dc6bba34df7b7399f99d316ab47af971e75
parent1eb15b505ba1d7ea5a18363c4b7b137f2e9f6d01
Default to UTF8 resources when packaging with aapt

This change makes it so with API level 7 and above all resources will be
packaged in UTF-8 format. Any minSdkVersion level that is named will also
have resources packaged in UTF-8, because it is assumed that previous
releases will only be rebuilt with their proper integer number and only
future releases will temporarily have names.

Change-Id: If5d1ee5e48fbaf31798816b068ac44b14a93121b
Bundle.h
Resource.cpp