diff options
author | 2024-01-17 15:12:57 +0000 | |
---|---|---|
committer | 2024-01-18 21:05:02 +0000 | |
commit | b887d813e36296e45bdb350bdc8089b10a4466a3 (patch) | |
tree | f1be09c608f2d9b09db11504f10016db07271649 /runtime/handle_scope-inl.h | |
parent | 6c267f6b2dd506a668d273acd7fa8a2cdc85b603 (diff) |
Add visibility attributes in runtime/h*
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I80d3813691880564c1e7b641db0af3372f41e8e6
Diffstat (limited to 'runtime/handle_scope-inl.h')
-rw-r--r-- | runtime/handle_scope-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/handle_scope-inl.h b/runtime/handle_scope-inl.h index e620e92e1f..48c61c231f 100644 --- a/runtime/handle_scope-inl.h +++ b/runtime/handle_scope-inl.h @@ -28,7 +28,7 @@ #include "thread-current-inl.h" #include "verify_object.h" -namespace art { +namespace art HIDDEN { template<size_t kNumReferences> inline FixedSizeHandleScope<kNumReferences>::FixedSizeHandleScope(BaseHandleScope* link) |