summaryrefslogtreecommitdiff
path: root/src/dex_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dex_file.h')
-rw-r--r--src/dex_file.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dex_file.h b/src/dex_file.h
index 77189f8617..7d9e6f998f 100644
--- a/src/dex_file.h
+++ b/src/dex_file.h
@@ -31,6 +31,9 @@ class DexFile {
static const byte kDexMagicVersion[];
static const size_t kSha1DigestSize = 20;
+ // name of the DexFile entry within a zip archive
+ static const char* kClassesDex;
+
static const byte kEncodedValueTypeMask = 0x1f; // 0b11111
static const byte kEncodedValueArgShift = 5;