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_linux.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/monitor_linux.cc') diff --git a/runtime/monitor_linux.cc b/runtime/monitor_linux.cc index 667866149b..f711e960a8 100644 --- a/runtime/monitor_linux.cc +++ b/runtime/monitor_linux.cc @@ -16,7 +16,7 @@ #include "monitor.h" -namespace art { +namespace art HIDDEN { void Monitor::LogContentionEvent(Thread*, uint32_t, uint32_t, ArtMethod*, uint32_t) { } -- cgit v1.2.3-59-g8ed1b