diff options
author | 2024-02-07 11:56:46 +0000 | |
---|---|---|
committer | 2024-02-07 12:04:09 +0000 | |
commit | 3025c7fddfcc2b0d23eebc3a8cbc4cdc3b1f1463 (patch) | |
tree | 18b4e8a9b37f5d42aa35d23a5fa8399517eeead1 /runtime/quick_exception_handler.cc | |
parent | 8cd02095a2a3671a8d9aae3c36fd54a9a7d0787c (diff) |
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
Diffstat (limited to 'runtime/quick_exception_handler.cc')
-rw-r--r-- | runtime/quick_exception_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |