summaryrefslogtreecommitdiff
path: root/runtime/plugin.cc
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-24 16:31:24 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-24 18:03:28 +0000
commitc70da3ff38405ce73c2f0feb74117135ed61a92b (patch)
tree63b68f931a5ad21f34fb4db40fcfac14fc8229ac /runtime/plugin.cc
parentc606b194954f77a7be2e093d645f0c28f013796e (diff)
Add visibility attributes in runtime/p*
Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: Iefca20560bc1753d53e2e1e21daa38c4b6a19fff
Diffstat (limited to 'runtime/plugin.cc')
-rw-r--r--runtime/plugin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/plugin.cc b/runtime/plugin.cc
index 6b9e0081cf..29ac7a6f8e 100644
--- a/runtime/plugin.cc
+++ b/runtime/plugin.cc
@@ -23,7 +23,7 @@
#include "base/mutex.h"
#include "thread-current-inl.h"
-namespace art {
+namespace art HIDDEN {
using android::base::StringPrintf;