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/stub_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/stub_test.cc')
| -rw-r--r-- | runtime/arch/stub_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arch/stub_test.cc b/runtime/arch/stub_test.cc index 759cd9a574..d6d1065735 100644 --- a/runtime/arch/stub_test.cc +++ b/runtime/arch/stub_test.cc @@ -32,7 +32,7 @@ #include "mirror/object_array-alloc-inl.h" #include "scoped_thread_state_change-inl.h" -namespace art { +namespace art HIDDEN { class StubTest : public CommonRuntimeTest { |