diff options
author | 2024-01-16 18:09:15 +0000 | |
---|---|---|
committer | 2024-01-24 15:49:35 +0000 | |
commit | ddfb9fa668c40e6fd6f4c4aa7627e9d3619d59ac (patch) | |
tree | 578ef6c6cc4fbd02fbf8dc2c63b037c6b7cd542d /runtime/mirror/class_ext.cc | |
parent | 1be176f5a78750e2f0e32470f8c83e3d1643954d (diff) |
Add visibility attributes in runtime/mirror
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I6f5eacb96d0ead8144f090624aa99610f78fe57c
Diffstat (limited to 'runtime/mirror/class_ext.cc')
-rw-r--r-- | runtime/mirror/class_ext.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mirror/class_ext.cc b/runtime/mirror/class_ext.cc index 097e0de2fc..4d915f71bb 100644 --- a/runtime/mirror/class_ext.cc +++ b/runtime/mirror/class_ext.cc @@ -33,7 +33,7 @@ #include "stack_trace_element.h" #include "well_known_classes.h" -namespace art { +namespace art HIDDEN { namespace mirror { uint32_t ClassExt::ClassSize(PointerSize pointer_size) { |