summaryrefslogtreecommitdiff
path: root/runtime/verifier/instruction_flags.h
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-17 01:48:16 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-17 13:46:11 +0000
commit53aa2b4ff60c144dfa92d62a0379ad5f5b9735f2 (patch)
tree07b23a011ee14b909e734579c934662a64cbf89d /runtime/verifier/instruction_flags.h
parentbf4f61e6f7ceea1a00494d543e8cc13b20dd443f (diff)
Add visibility attributes in runtime/verifier
Bug: 260881207 Test: art/test.py -b --host Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: I7fe3bef35482aaa87ec41d0525118eaf2e22a52c
Diffstat (limited to 'runtime/verifier/instruction_flags.h')
-rw-r--r--runtime/verifier/instruction_flags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/verifier/instruction_flags.h b/runtime/verifier/instruction_flags.h
index 6cd2865f25..da5e2cd178 100644
--- a/runtime/verifier/instruction_flags.h
+++ b/runtime/verifier/instruction_flags.h
@@ -22,7 +22,7 @@
#include "base/macros.h"
-namespace art {
+namespace art HIDDEN {
namespace verifier {
class InstructionFlags final {