| commit | 0d60a2b1eaa2cd2ec3481e49578b77405353efa1 | [log] [tgz] |
|---|---|---|
| author | Nicolas Geoffray <ngeoffray@google.com> | Wed Jun 17 14:31:56 2020 +0100 |
| committer | Nicolas Geoffray <ngeoffray@google.com> | Thu Jun 18 08:37:10 2020 +0000 |
| tree | 91f16b9321ef7631aff731b10da2024c6c9d2029 | |
| parent | 289bd1cccdb3aa37e2d129980f5c151f52f84897 [diff] [blame] |
Introduce an enum for the compilation kind. Test: test.py Change-Id: I5329e50a6b4521933b6b171c8c0fbc618c3f67cd
diff --git a/runtime/Android.bp b/runtime/Android.bp index 3cf255c..e3200c4 100644 --- a/runtime/Android.bp +++ b/runtime/Android.bp
@@ -485,6 +485,7 @@ "base/callee_save_type.h", "base/locks.h", "class_status.h", + "compilation_kind.h", "gc_root.h", "gc/allocator_type.h", "gc/allocator/rosalloc.h",