diff options
author | 2024-01-17 12:01:01 +0000 | |
---|---|---|
committer | 2024-01-18 13:01:51 +0000 | |
commit | 91d4f8cf500a37374cb45151756a476cefa8031f (patch) | |
tree | d16aced73dbf9d1c4d4f8dc66bd4e33d64bc137f /runtime/art_method-alloc-inl.h | |
parent | af043ec9177fe7b181cb9d5f8cb5b86c79b454f2 (diff) |
Add visibility attributes in runtime/a*
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: Iacec568941c5baee57088e67ed410ba18f6abff2
Diffstat (limited to 'runtime/art_method-alloc-inl.h')
-rw-r--r-- | runtime/art_method-alloc-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/art_method-alloc-inl.h b/runtime/art_method-alloc-inl.h index 13051b156e..f91063c2d3 100644 --- a/runtime/art_method-alloc-inl.h +++ b/runtime/art_method-alloc-inl.h @@ -23,7 +23,7 @@ #include "handle_scope.h" #include "mirror/class-alloc-inl.h" -namespace art { +namespace art HIDDEN { namespace detail { |