From c606b194954f77a7be2e093d645f0c28f013796e Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Wed, 24 Jan 2024 16:28:57 +0000 Subject: Add visibility attributes in runtime/n* Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: I66918e4548263b5cdca8071b2f174ae197e16f7b --- runtime/native_stack_dump.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/native_stack_dump.cc') diff --git a/runtime/native_stack_dump.cc b/runtime/native_stack_dump.cc index d8ff871d87..ad09762972 100644 --- a/runtime/native_stack_dump.cc +++ b/runtime/native_stack_dump.cc @@ -59,7 +59,7 @@ #endif -namespace art { +namespace art HIDDEN { #if defined(__linux__) -- cgit v1.2.3-59-g8ed1b