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_test.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_test.cc')
| -rw-r--r-- | runtime/exec_utils_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/exec_utils_test.cc b/runtime/exec_utils_test.cc index fc628fc078..e3b1dc5713 100644 --- a/runtime/exec_utils_test.cc +++ b/runtime/exec_utils_test.cc @@ -34,7 +34,7 @@ #include "gmock/gmock.h" #include "gtest/gtest.h" -namespace art { +namespace art HIDDEN { using ::android::base::Result; using ::testing::_; |