diff options
| author | 2017-09-06 20:36:28 +0000 | |
|---|---|---|
| committer | 2017-09-06 20:36:28 +0000 | |
| commit | a15992086c63c38cb61ed23af8c5507d413c4776 (patch) | |
| tree | 19aa70fd16a3ab14e59a4cd07cdf0cb019e8923c /libs/androidfw/include | |
| parent | 4f4218a3bedc4599ede5ae94250cc727897ca7fd (diff) | |
| parent | 609887a9800073897ac962fb9627bd425b96b7b3 (diff) | |
Merge "idmap: include idmap version in check for stale file"
am: 609887a980
Change-Id: I4779cd92041fe33a95c0034c539c48989ca8e6df
Diffstat (limited to 'libs/androidfw/include')
| -rw-r--r-- | libs/androidfw/include/androidfw/ResourceTypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/androidfw/include/androidfw/ResourceTypes.h b/libs/androidfw/include/androidfw/ResourceTypes.h index 7a6e37d41b7c..66c66c251d9b 100644 --- a/libs/androidfw/include/androidfw/ResourceTypes.h +++ b/libs/androidfw/include/androidfw/ResourceTypes.h @@ -1933,6 +1933,7 @@ public: void** outData, size_t* outSize) const; static const size_t IDMAP_HEADER_SIZE_BYTES = 4 * sizeof(uint32_t) + 2 * 256; + static const uint32_t IDMAP_CURRENT_VERSION = 0x00000001; // Retrieve idmap meta-data. // |