From 0a4ae19b18601966e6a87d889f6d52b2d1fd7cf3 Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Tue, 9 Jan 2024 20:55:01 +0000 Subject: 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 --- runtime/gc/task_processor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/gc/task_processor.cc') diff --git a/runtime/gc/task_processor.cc b/runtime/gc/task_processor.cc index e56dbd17c3..50be93e844 100644 --- a/runtime/gc/task_processor.cc +++ b/runtime/gc/task_processor.cc @@ -19,7 +19,7 @@ #include "base/time_utils.h" #include "scoped_thread_state_change-inl.h" -namespace art { +namespace art HIDDEN { namespace gc { TaskProcessor::TaskProcessor() -- cgit v1.2.3-59-g8ed1b