diff options
author | 2024-01-17 14:53:20 +0000 | |
---|---|---|
committer | 2024-01-24 22:27:01 +0000 | |
commit | f63924e44576bc46b788595865232ec28f2c0bd8 (patch) | |
tree | d646dee1367db7af7362b90e4d047c9305facdfa /runtime/class_linker.h | |
parent | 1ba3516e8c3e2b86c73084893dd297f468469181 (diff) |
Add visibility attributes in runtime/c*
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: Id729aca1d8b6d003ff3e9755112f3283e9f2b507
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r-- | runtime/class_linker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h index 9fc937f08a..5597149178 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -44,7 +44,7 @@ #include "oat/oat_file.h" #include "verifier/verifier_enums.h" -namespace art { +namespace art HIDDEN { class ArtField; class ArtMethod; @@ -158,7 +158,7 @@ class AllocatorVisitor { REQUIRES_SHARED(Locks::classlinker_classes_lock_, Locks::mutator_lock_) = 0; }; -class ClassLinker { +class EXPORT ClassLinker { public: static constexpr bool kAppImageMayContainStrings = true; |