diff options
author | 2024-01-22 13:47:24 +0000 | |
---|---|---|
committer | 2024-01-22 16:10:44 +0000 | |
commit | 689cca840843eeced3206da16e475856de953360 (patch) | |
tree | f65bcc4b6f9805acd2a9535e1a2ac0fd1bb1a762 /runtime/oat/oat_file_assistant.cc | |
parent | ca4fab9f32b2253d36a6b6cecbc351a89eda30e2 (diff) |
Add visibility attributes in runtime/oat
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I519641809a15361af5bb62556f6f23ee187e9f1e
Diffstat (limited to 'runtime/oat/oat_file_assistant.cc')
-rw-r--r-- | runtime/oat/oat_file_assistant.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat/oat_file_assistant.cc b/runtime/oat/oat_file_assistant.cc index 41f7709979..2eaf966ec6 100644 --- a/runtime/oat/oat_file_assistant.cc +++ b/runtime/oat/oat_file_assistant.cc @@ -56,7 +56,7 @@ #include "vdex_file.h" #include "zlib.h" -namespace art { +namespace art HIDDEN { using ::android::base::ConsumePrefix; using ::android::base::StringPrintf; |