summaryrefslogtreecommitdiff
path: root/runtime/vdex_file_test.cc
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-30 16:41:22 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-31 13:05:44 +0000
commit2779917408247b09762d0c265a21d37cbf880fe7 (patch)
tree631e6fba05cd4867a5e60a7eefd0544075be955a /runtime/vdex_file_test.cc
parent5b9e42854c513d2f73466024b397634397a25ad6 (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/vdex_file_test.cc')
-rw-r--r--runtime/vdex_file_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/vdex_file_test.cc b/runtime/vdex_file_test.cc
index 1ac10eb733..4c359e38c6 100644
--- a/runtime/vdex_file_test.cc
+++ b/runtime/vdex_file_test.cc
@@ -22,7 +22,7 @@
#include "base/common_art_test.h"
-namespace art {
+namespace art HIDDEN {
class VdexFileTest : public CommonArtTest {};