summaryrefslogtreecommitdiff
path: root/runtime/thread_pool_test.cc
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-30 16:38:21 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-02-01 15:28:17 +0000
commit98c2a6b23bf3c248ab6a4fcb07ef3b8afe4d108c (patch)
treef35a9f0c15cd0560b7e1a3ea5c8da0cca33dfeb2 /runtime/thread_pool_test.cc
parentb76dff7dcce63bb9ae2b2a9cbd1b5fc6c3d69652 (diff)
Add visibility attributes in runtime/t*
Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: I6fbc1fac734c772b28bef6258cbd90982a344d6f
Diffstat (limited to 'runtime/thread_pool_test.cc')
-rw-r--r--runtime/thread_pool_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/thread_pool_test.cc b/runtime/thread_pool_test.cc
index db2cef0273..33b7f5b52b 100644
--- a/runtime/thread_pool_test.cc
+++ b/runtime/thread_pool_test.cc
@@ -23,7 +23,7 @@
#include "scoped_thread_state_change-inl.h"
#include "thread-inl.h"
-namespace art {
+namespace art HIDDEN {
class CountTask : public Task {
public: