summaryrefslogtreecommitdiff
path: root/runtime/noop_compiler_callbacks.h
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-24 16:28:57 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-24 18:00:23 +0000
commitc606b194954f77a7be2e093d645f0c28f013796e (patch)
tree704e37725a0c38a655b1f94205bba55b7ff78236 /runtime/noop_compiler_callbacks.h
parent9b327f2232290a46942e53bcdfe80b41e2c9fbc0 (diff)
Add visibility attributes in runtime/n*
Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: I66918e4548263b5cdca8071b2f174ae197e16f7b
Diffstat (limited to 'runtime/noop_compiler_callbacks.h')
-rw-r--r--runtime/noop_compiler_callbacks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/noop_compiler_callbacks.h b/runtime/noop_compiler_callbacks.h
index 1e4e701d97..34e15e71ad 100644
--- a/runtime/noop_compiler_callbacks.h
+++ b/runtime/noop_compiler_callbacks.h
@@ -17,9 +17,10 @@
#ifndef ART_RUNTIME_NOOP_COMPILER_CALLBACKS_H_
#define ART_RUNTIME_NOOP_COMPILER_CALLBACKS_H_
+#include "base/macros.h"
#include "compiler_callbacks.h"
-namespace art {
+namespace art HIDDEN {
class NoopCompilerCallbacks final : public CompilerCallbacks {
public: