From 3025c7fddfcc2b0d23eebc3a8cbc4cdc3b1f1463 Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Wed, 7 Feb 2024 11:56:46 +0000 Subject: Add missing visibility attributes in runtime/ Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: I60055cdf49564ccf46fd70100d11f8b571a2be71 --- runtime/quick_exception_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/quick_exception_handler.cc') diff --git a/runtime/quick_exception_handler.cc b/runtime/quick_exception_handler.cc index 1d4411201a..cc276ca435 100644 --- a/runtime/quick_exception_handler.cc +++ b/runtime/quick_exception_handler.cc @@ -45,7 +45,7 @@ #include "oat/stack_map.h" #include "stack.h" -namespace art { +namespace art HIDDEN { static constexpr bool kDebugExceptionDelivery = false; static constexpr size_t kInvalidFrameDepth = 0xffffffff; -- cgit v1.2.3-59-g8ed1b