From 90bb99a6a2ba88aad18f0ed6e4ad9976bd27df34 Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Tue, 30 Jan 2024 16:11:34 +0000 Subject: Add visibility attributes in runtime/s* Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: Ib074e7b5ab0725fea5640ed7deaac3452fc27864 --- runtime/sdk_checker.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/sdk_checker.cc') diff --git a/runtime/sdk_checker.cc b/runtime/sdk_checker.cc index 95023829a5..0ad8ce5c9e 100644 --- a/runtime/sdk_checker.cc +++ b/runtime/sdk_checker.cc @@ -21,7 +21,7 @@ #include "dex/art_dex_file_loader.h" #include "mirror/class-inl.h" -namespace art { +namespace art HIDDEN { SdkChecker::SdkChecker() : enabled_(true) {} -- cgit v1.2.3-59-g8ed1b