diff options
author | 2024-01-17 15:12:57 +0000 | |
---|---|---|
committer | 2024-01-18 21:05:02 +0000 | |
commit | b887d813e36296e45bdb350bdc8089b10a4466a3 (patch) | |
tree | f1be09c608f2d9b09db11504f10016db07271649 /runtime/hidden_api_test.cc | |
parent | 6c267f6b2dd506a668d273acd7fa8a2cdc85b603 (diff) |
Add visibility attributes in runtime/h*
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I80d3813691880564c1e7b641db0af3372f41e8e6
Diffstat (limited to 'runtime/hidden_api_test.cc')
-rw-r--r-- | runtime/hidden_api_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/hidden_api_test.cc b/runtime/hidden_api_test.cc index 3fb447afc9..7dc3d901df 100644 --- a/runtime/hidden_api_test.cc +++ b/runtime/hidden_api_test.cc @@ -28,7 +28,7 @@ #include "proxy_test.h" #include "well_known_classes-inl.h" -namespace art { +namespace art HIDDEN { using android::base::StringPrintf; using hiddenapi::detail::MemberSignature; |