diff options
| author | 2024-01-10 14:04:28 +0000 | |
|---|---|---|
| committer | 2024-01-12 14:42:57 +0000 | |
| commit | 17160a834d37fbca76444477d07b772ab46454b6 (patch) | |
| tree | 11f5ba253fd74d0aa1ff9f7b5cdec29a6e3ee43f /runtime/interpreter/interpreter.h | |
| parent | 0e13902e738201431c3a5e99bc067fd78a211295 (diff) | |
Add visibility attributes in runtime/interpreter
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I86b9f2d2bddeb28dafc1a3cd9fa90c00f2f162fc
Diffstat (limited to 'runtime/interpreter/interpreter.h')
| -rw-r--r-- | runtime/interpreter/interpreter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/interpreter/interpreter.h b/runtime/interpreter/interpreter.h index f7bc1a3d55..c7508f66f9 100644 --- a/runtime/interpreter/interpreter.h +++ b/runtime/interpreter/interpreter.h @@ -18,10 +18,11 @@ #define ART_RUNTIME_INTERPRETER_INTERPRETER_H_ #include "base/locks.h" +#include "base/macros.h" #include "dex/dex_file.h" #include "obj_ptr.h" -namespace art { +namespace art HIDDEN { namespace mirror { class Object; } // namespace mirror |