diff options
| author | 2024-01-10 14:04:28 +0000 | |
|---|---|---|
| committer | 2024-01-12 14:42:57 +0000 | |
| commit | 17160a834d37fbca76444477d07b772ab46454b6 (patch) | |
| tree | 11f5ba253fd74d0aa1ff9f7b5cdec29a6e3ee43f /runtime/interpreter/interpreter_switch_impl0.cc | |
| parent | 0e13902e738201431c3a5e99bc067fd78a211295 (diff) | |
Add visibility attributes in runtime/interpreter
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I86b9f2d2bddeb28dafc1a3cd9fa90c00f2f162fc
Diffstat (limited to 'runtime/interpreter/interpreter_switch_impl0.cc')
| -rw-r--r-- | runtime/interpreter/interpreter_switch_impl0.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/interpreter/interpreter_switch_impl0.cc b/runtime/interpreter/interpreter_switch_impl0.cc index b4e5f5061d..65ae2fe333 100644 --- a/runtime/interpreter/interpreter_switch_impl0.cc +++ b/runtime/interpreter/interpreter_switch_impl0.cc @@ -19,7 +19,7 @@ #include "interpreter_switch_impl-inl.h" -namespace art { +namespace art HIDDEN { namespace interpreter { // Explicit definition of ExecuteSwitchImplCpp. |