From ddfb9fa668c40e6fd6f4c4aa7627e9d3619d59ac Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Tue, 16 Jan 2024 18:09:15 +0000 Subject: Add visibility attributes in runtime/mirror Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: I6f5eacb96d0ead8144f090624aa99610f78fe57c --- runtime/mirror/object_reference.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/mirror/object_reference.h') diff --git a/runtime/mirror/object_reference.h b/runtime/mirror/object_reference.h index 251bcfd89a..177b96885e 100644 --- a/runtime/mirror/object_reference.h +++ b/runtime/mirror/object_reference.h @@ -23,11 +23,12 @@ #include "base/atomic.h" #include "base/casts.h" #include "base/locks.h" // For Locks::mutator_lock_. +#include "base/macros.h" #include "heap_poisoning.h" #include "obj_ptr.h" #include "runtime_globals.h" -namespace art { +namespace art HIDDEN { namespace mirror { class Object; -- cgit v1.2.3-59-g8ed1b