From f3d88a8a16245f4561ea7e920f1f84690a07411c Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Fri, 21 Dec 2018 16:38:47 +0000 Subject: Support oat files compiled with partial boot class path. Test: oat_file_assistant_test Bug: 119868597 Bug: 122937705 Change-Id: I07c59957983c0ec61ade5215bb83c41e7cb4b672 --- runtime/runtime.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/runtime.h') 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); }; -- cgit v1.2.3-59-g8ed1b