diff options
author | 2011-07-19 10:03:16 -0700 | |
---|---|---|
committer | 2011-07-19 10:03:16 -0700 | |
commit | d40c93f61ca5b3f2351b8db716f67b58f1625e85 (patch) | |
tree | 49a75df29d44fe6f3d69635f40f91c7dacf54d38 /tools/aapt/ZipFile.h | |
parent | 42755155d6e8ddc3201b08def2bf262a64fa25f2 (diff) | |
parent | 9bf34ca6f85309c65b0ebdf614cb8266401b49ba (diff) |
Merge "Add dependency generation to Aapt for R.java"
Diffstat (limited to 'tools/aapt/ZipFile.h')
-rw-r--r-- | tools/aapt/ZipFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/ZipFile.h b/tools/aapt/ZipFile.h index dbbd072d1692..78775502884b 100644 --- a/tools/aapt/ZipFile.h +++ b/tools/aapt/ZipFile.h @@ -57,7 +57,7 @@ public: /* * Open a new or existing archive. */ - typedef enum { + enum { kOpenReadOnly = 0x01, kOpenReadWrite = 0x02, kOpenCreate = 0x04, // create if it doesn't exist |