summaryrefslogtreecommitdiff
path: root/runtime/mirror/class.h
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-16 18:09:15 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-24 15:49:35 +0000
commitddfb9fa668c40e6fd6f4c4aa7627e9d3619d59ac (patch)
tree578ef6c6cc4fbd02fbf8dc2c63b037c6b7cd542d /runtime/mirror/class.h
parent1be176f5a78750e2f0e32470f8c83e3d1643954d (diff)
Add visibility attributes in runtime/mirror
Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: I6f5eacb96d0ead8144f090624aa99610f78fe57c
Diffstat (limited to 'runtime/mirror/class.h')
-rw-r--r--runtime/mirror/class.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/mirror/class.h b/runtime/mirror/class.h
index 9f74066bc9..15f0fd306f 100644
--- a/runtime/mirror/class.h
+++ b/runtime/mirror/class.h
@@ -30,7 +30,7 @@
#include "object_array.h"
#include "read_barrier_option.h"
-namespace art {
+namespace art HIDDEN {
namespace dex {
struct ClassDef;
@@ -82,7 +82,7 @@ using StringDexCachePair = DexCachePair<String>;
using StringDexCacheType = std::atomic<StringDexCachePair>;
// C++ mirror of java.lang.Class
-class MANAGED Class final : public Object {
+class EXPORT MANAGED Class final : public Object {
public:
MIRROR_CLASS("Ljava/lang/Class;");