diff options
author | 2024-01-17 15:10:29 +0000 | |
---|---|---|
committer | 2024-01-18 20:31:04 +0000 | |
commit | 6c267f6b2dd506a668d273acd7fa8a2cdc85b603 (patch) | |
tree | e7853e0b77ede3fe0925f1de293502ad224be657 /runtime/exec_utils.cc | |
parent | 91d4f8cf500a37374cb45151756a476cefa8031f (diff) |
Add visibility attributes in runtime/e*
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I0eca5c4fd64ec61388eded9b9e066091581e0c7e
Diffstat (limited to 'runtime/exec_utils.cc')
-rw-r--r-- | runtime/exec_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/exec_utils.cc b/runtime/exec_utils.cc index b4d6553279..1266ed18f7 100644 --- a/runtime/exec_utils.cc +++ b/runtime/exec_utils.cc @@ -48,7 +48,7 @@ #include "base/utils.h" #include "runtime.h" -namespace art { +namespace art HIDDEN { namespace { |