Add visibility attributes in runtime/base
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I8f0d6548c890142ba03113095964dcc18abb9662
diff --git a/runtime/base/atomic_pair.h b/runtime/base/atomic_pair.h
index 802627b..8ba8faf 100644
--- a/runtime/base/atomic_pair.h
+++ b/runtime/base/atomic_pair.h
@@ -24,7 +24,7 @@
#include "base/macros.h"
-namespace art {
+namespace art HIDDEN {
// Implement 16-byte atomic pair using the seq-lock synchronization algorithm.
// This is currently only used for DexCache.