diff options
author | 2024-01-09 20:55:01 +0000 | |
---|---|---|
committer | 2024-01-17 15:14:35 +0000 | |
commit | 0a4ae19b18601966e6a87d889f6d52b2d1fd7cf3 (patch) | |
tree | fed431adc2c4c1fb63df44853231eea30f0e1b45 /runtime/gc/reference_queue.cc | |
parent | 0f62043c1670cd365aba1894ad8046cdfc1c905d (diff) |
Add visibility attributes in runtime/gc
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I34de0d083ec0bb476bb39cc31a2f64d15c80fe7b
Diffstat (limited to 'runtime/gc/reference_queue.cc')
-rw-r--r-- | runtime/gc/reference_queue.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/reference_queue.cc b/runtime/gc/reference_queue.cc index 53eef9c027..82fd89ecb1 100644 --- a/runtime/gc/reference_queue.cc +++ b/runtime/gc/reference_queue.cc @@ -25,7 +25,7 @@ #include "mirror/reference-inl.h" #include "object_callbacks.h" -namespace art { +namespace art HIDDEN { namespace gc { ReferenceQueue::ReferenceQueue(Mutex* lock) : lock_(lock), list_(nullptr) { |