diff options
author | 2024-01-30 16:41:22 +0000 | |
---|---|---|
committer | 2024-01-31 13:05:44 +0000 | |
commit | 2779917408247b09762d0c265a21d37cbf880fe7 (patch) | |
tree | 631e6fba05cd4867a5e60a7eefd0544075be955a /runtime/verify_object-inl.h | |
parent | 5b9e42854c513d2f73466024b397634397a25ad6 (diff) |
Add visibility attributes in runtime/v*
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: Iac48967b3f72147d61f0120281875cb9aa370964
Diffstat (limited to 'runtime/verify_object-inl.h')
-rw-r--r-- | runtime/verify_object-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/verify_object-inl.h b/runtime/verify_object-inl.h index 363fde220d..b38fc9cf32 100644 --- a/runtime/verify_object-inl.h +++ b/runtime/verify_object-inl.h @@ -22,7 +22,7 @@ #include "mirror/object-inl.h" #include "obj_ptr-inl.h" -namespace art { +namespace art HIDDEN { inline bool VerifyClassClass(ObjPtr<mirror::Class> c) { if (UNLIKELY(c == nullptr)) { |