diff options
| author | 2018-12-21 16:38:47 +0000 | |
|---|---|---|
| committer | 2019-01-16 13:51:03 +0000 | |
| commit | f3d88a8a16245f4561ea7e920f1f84690a07411c (patch) | |
| tree | f4fe7356dd22404a7f1b663f30970e318d7b3d5d /runtime/runtime.h | |
| parent | c7d1ef1d424e632d2fcfdfef35d6c694e29adb09 (diff) | |
Support oat files compiled with partial boot class path.
Test: oat_file_assistant_test
Bug: 119868597
Bug: 122937705
Change-Id: I07c59957983c0ec61ade5215bb83c41e7cb4b672
Diffstat (limited to 'runtime/runtime.h')
| -rw-r--r-- | runtime/runtime.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 1acb75b255..1d1d0d3937 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -91,6 +91,7 @@ class LinearAlloc; class MonitorList; class MonitorPool; class NullPointerHandler; +class OatFileAssistantTest; class OatFileManager; class Plugin; struct RuntimeArgumentMap; @@ -1145,6 +1146,7 @@ class Runtime { // Note: See comments on GetFaultMessage. friend std::string GetFaultMessageForAbortLogging(); friend class ScopedThreadPoolUsage; + friend class OatFileAssistantTest; DISALLOW_COPY_AND_ASSIGN(Runtime); }; |