From dc1794942e60f23bc3a22df33fefb7d6e7fc8bcb Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Fri, 5 Jan 2024 14:35:17 +0000 Subject: Add visibility attributes in runtime/arch Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: Iabe9b8cb781e36f4ccf988b659f2ea67784fec70 --- runtime/arch/context-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/arch/context-inl.h') diff --git a/runtime/arch/context-inl.h b/runtime/arch/context-inl.h index 453432bf34..fd81ae28fb 100644 --- a/runtime/arch/context-inl.h +++ b/runtime/arch/context-inl.h @@ -41,7 +41,7 @@ #error unimplemented #endif -namespace art { +namespace art HIDDEN { using RuntimeContextType = RUNTIME_CONTEXT_TYPE; -- cgit v1.2.3-59-g8ed1b