diff options
| author | 2017-09-06 19:44:26 +0000 | |
|---|---|---|
| committer | 2017-09-06 19:44:26 +0000 | |
| commit | 609887a9800073897ac962fb9627bd425b96b7b3 (patch) | |
| tree | a7de27e6621972c20956fc83383dc917a720c735 /libs/androidfw/include | |
| parent | 3949701c6f97b3c490577d3b2d5dca0009458f3b (diff) | |
| parent | 42ebcb80b50834a1ce4755cd4ca86918c96ca3c6 (diff) | |
Merge "idmap: include idmap version in check for stale file"
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. // |