summaryrefslogtreecommitdiff
path: root/runtime/class_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/class_table.h')
-rw-r--r--runtime/class_table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_table.h b/runtime/class_table.h
index a259725399..0ffe93e051 100644
--- a/runtime/class_table.h
+++ b/runtime/class_table.h
@@ -287,6 +287,7 @@ class ClassTable {
std::vector<const OatFile*> oat_files_ GUARDED_BY(lock_);
friend class ImageWriter; // for InsertWithoutLocks.
+ friend class OatWriter; // for boot class TableSlot address lookup.
};
} // namespace art