From 6f30991b16d1dcd386b6073a41a314a0120c7f48 Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Wed, 24 Jan 2024 16:27:53 +0000 Subject: Add visibility attributes in runtime/m* Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: Ice9204277b257c6e3c25adb690bddfd834d24689 --- runtime/monitor_pool_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/monitor_pool_test.cc') diff --git a/runtime/monitor_pool_test.cc b/runtime/monitor_pool_test.cc index 5463877b83..d6ddca9736 100644 --- a/runtime/monitor_pool_test.cc +++ b/runtime/monitor_pool_test.cc @@ -20,7 +20,7 @@ #include "scoped_thread_state_change-inl.h" #include "thread-current-inl.h" -namespace art { +namespace art HIDDEN { class MonitorPoolTest : public CommonRuntimeTest {}; -- cgit v1.2.3-59-g8ed1b