diff options
| author | 2024-01-05 14:35:17 +0000 | |
|---|---|---|
| committer | 2024-01-08 14:30:28 +0000 | |
| commit | dc1794942e60f23bc3a22df33fefb7d6e7fc8bcb (patch) | |
| tree | 2c6cb2d73ba4977caab97c41c86a4397ce5ec253 /runtime/arch/arch_test.cc | |
| parent | 13694dad58c046d7e3a455f63dd0b9fba5d1fe43 (diff) | |
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
Diffstat (limited to 'runtime/arch/arch_test.cc')
| -rw-r--r-- | runtime/arch/arch_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arch/arch_test.cc b/runtime/arch/arch_test.cc index 83fd986525..57df3c8775 100644 --- a/runtime/arch/arch_test.cc +++ b/runtime/arch/arch_test.cc @@ -22,7 +22,7 @@ #include "entrypoints/quick/callee_save_frame.h" #include "quick/quick_method_frame_info.h" -namespace art { +namespace art HIDDEN { class ArchTest : public CommonArtTest {}; |