From 3d10d9399776f36955bdcd7d75a5e0fe8648d020 Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Thu, 4 Jan 2024 20:34:23 +0000 Subject: Add visibility attributes in runtime/entrypoints and runtime/native Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: I9481b7d876f6dd3a65cfc825b9b3f475c43131aa --- runtime/native/java_lang_String.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'runtime/native/java_lang_String.h') diff --git a/runtime/native/java_lang_String.h b/runtime/native/java_lang_String.h index 357eb3daf9..a78fdcec72 100644 --- a/runtime/native/java_lang_String.h +++ b/runtime/native/java_lang_String.h @@ -19,7 +19,9 @@ #include -namespace art { +#include "base/macros.h" + +namespace art HIDDEN { void register_java_lang_String(JNIEnv* env); -- cgit v1.2.3-59-g8ed1b