From 3623aa1323e4eedd836db7a7ceafb19343295a46 Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Fri, 12 Jan 2024 20:10:14 +0000 Subject: Add visibility attributes in runtime/native Don't add visibility attributes in dalvik_system_VMRuntime.{h,cc} for now, because it breaks some apps. Bug: 260881207 Test: launch app from b/319255249 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: I538c4f82a753c71fb9d008762d09ada5e1273427 --- runtime/native/java_lang_VMClassLoader.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/native/java_lang_VMClassLoader.cc') diff --git a/runtime/native/java_lang_VMClassLoader.cc b/runtime/native/java_lang_VMClassLoader.cc index 4dad46fb8c..ba1fde00d3 100644 --- a/runtime/native/java_lang_VMClassLoader.cc +++ b/runtime/native/java_lang_VMClassLoader.cc @@ -38,7 +38,7 @@ #include "thread-inl.h" #include "well_known_classes-inl.h" -namespace art { +namespace art HIDDEN { // A class so we can be friends with ClassLinker and access internal methods. class VMClassLoader { -- cgit v1.2.3-59-g8ed1b