summaryrefslogtreecommitdiff
path: root/runtime/string_builder_append.cc
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-30 16:11:34 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-31 15:18:33 +0000
commit90bb99a6a2ba88aad18f0ed6e4ad9976bd27df34 (patch)
tree1f4032567bb07e0f5c68e6b6a73e5df65d6a193e /runtime/string_builder_append.cc
parent920411750578747b68d9f51551296125c46a0187 (diff)
Add visibility attributes in runtime/s*
Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: Ib074e7b5ab0725fea5640ed7deaac3452fc27864
Diffstat (limited to 'runtime/string_builder_append.cc')
-rw-r--r--runtime/string_builder_append.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/string_builder_append.cc b/runtime/string_builder_append.cc
index 9803fe3880..3db2256384 100644
--- a/runtime/string_builder_append.cc
+++ b/runtime/string_builder_append.cc
@@ -26,7 +26,7 @@
#include "runtime.h"
#include "well_known_classes.h"
-namespace art {
+namespace art HIDDEN {
class StringBuilderAppend::Builder {
public: