summaryrefslogtreecommitdiff
path: root/runtime/entrypoints/entrypoint_utils.cc
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-04 20:34:23 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-05 16:54:28 +0000
commit3d10d9399776f36955bdcd7d75a5e0fe8648d020 (patch)
tree4dde40167056b67687cb5bbdcc28b0b6b1a078cd /runtime/entrypoints/entrypoint_utils.cc
parent1f03032d3e54f9dc29dafd303d00cc4fdb88e670 (diff)
Add visibility attributes in runtime/entrypoints and runtime/native
Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: I9481b7d876f6dd3a65cfc825b9b3f475c43131aa
Diffstat (limited to 'runtime/entrypoints/entrypoint_utils.cc')
-rw-r--r--runtime/entrypoints/entrypoint_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/entrypoints/entrypoint_utils.cc b/runtime/entrypoints/entrypoint_utils.cc
index aa27df4dc5..96a2231930 100644
--- a/runtime/entrypoints/entrypoint_utils.cc
+++ b/runtime/entrypoints/entrypoint_utils.cc
@@ -43,7 +43,7 @@
#include "scoped_thread_state_change-inl.h"
#include "well_known_classes-inl.h"
-namespace art {
+namespace art HIDDEN {
void CheckReferenceResult(Handle<mirror::Object> o, Thread* self) {
if (o == nullptr) {