diff options
Diffstat (limited to 'runtime/oat.h')
| -rw-r--r-- | runtime/oat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/oat.h b/runtime/oat.h index 8f81010a06..af14b3e601 100644 --- a/runtime/oat.h +++ b/runtime/oat.h @@ -45,6 +45,7 @@ class PACKED(4) OatHeader { static constexpr const char* kClassPathKey = "classpath"; static constexpr const char* kBootClassPathKey = "bootclasspath"; static constexpr const char* kConcurrentCopying = "concurrent-copying"; + static constexpr const char* kCompilationReasonKey = "compilation-reason"; static constexpr const char kTrueValue[] = "true"; static constexpr const char kFalseValue[] = "false"; |