From b887d813e36296e45bdb350bdc8089b10a4466a3 Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Wed, 17 Jan 2024 15:12:57 +0000 Subject: Add visibility attributes in runtime/h* Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: I80d3813691880564c1e7b641db0af3372f41e8e6 --- runtime/handle_scope-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/handle_scope-inl.h') diff --git a/runtime/handle_scope-inl.h b/runtime/handle_scope-inl.h index e620e92e1f..48c61c231f 100644 --- a/runtime/handle_scope-inl.h +++ b/runtime/handle_scope-inl.h @@ -28,7 +28,7 @@ #include "thread-current-inl.h" #include "verify_object.h" -namespace art { +namespace art HIDDEN { template inline FixedSizeHandleScope::FixedSizeHandleScope(BaseHandleScope* link) -- cgit v1.2.3-59-g8ed1b