summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2014-08-27 16:21:08 -0700
committerAdam Lesinski <adamlesinski@google.com>2014-08-27 18:28:49 -0700
commitad2d07d2d98a46babb2a9472413fe9ce5080ca76 (patch)
tree40be93c366de29a74421b20cf8ae10c34ac34dfd /include
parent032402cff1fe5dc3a6b2adae3d4c13fb771cd91f (diff)
downloadframeworks_base-ad2d07d2d98a46babb2a9472413fe9ce5080ca76.zip
frameworks_base-ad2d07d2d98a46babb2a9472413fe9ce5080ca76.tar.gz
frameworks_base-ad2d07d2d98a46babb2a9472413fe9ce5080ca76.tar.bz2
Stamp platform version code into app Apks
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
Diffstat (limited to 'include')
-rw-r--r--include/androidfw/ResourceTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/androidfw/ResourceTypes.h b/include/androidfw/ResourceTypes.h
index 11568d2..c65efe4 100644
--- a/include/androidfw/ResourceTypes.h
+++ b/include/androidfw/ResourceTypes.h
@@ -1557,7 +1557,7 @@ public:
};
const char16_t* valueToString(const Res_value* value, size_t stringBlock,
char16_t tmpBuffer[TMP_BUFFER_SIZE],
- size_t* outLen);
+ size_t* outLen) const;
struct bag_entry {
ssize_t stringBlock;