summaryrefslogtreecommitdiff
path: root/tools/aapt/AaptXml.cpp
AgeCommit message (Collapse)Author
2017-08-25AAPT: Dump badging should pickup strings from the right package Adam Lesinski
A bug in the dump badging command caused strings to be looked up in the first loaded package only. Bug: 64948230 Test: none Change-Id: Ia804777fe3f963004a5c053129ef6e0c94b7f6a3
2014-11-03Fix issues that will be present in C++11 Adam Lesinski
- char16_t is a distinct type, so stay consistent with it throughout the code base. - char16_t is defined as minimum size of 16 bits. Since we mmap and cast data structures onto raw memory, we need a precise definition (uint16_t), so we cast between that (and static_assert that they are the same size). Change-Id: I869c32637543bbcfb39d2643e7d9df10d33acd3c
2014-08-27Stamp platform version code into app Apks Adam Lesinski
The versionCode of theframework resources that an app is built against gets stamped inside an app's AndroidManifest.xml in the <manifest> tag as "platformBuildVersionCode" and "platformBuildVersionName" attributes. Bug:17207635 Change-Id: Id573c3dffcbca38eec9c0eb3e89f4a547e3361d3