diff options
author | 2024-01-24 15:31:51 +0000 | |
---|---|---|
committer | 2024-01-24 18:03:45 +0000 | |
commit | a7c77b389f6705a53250f2076f294e7e888fa911 (patch) | |
tree | 9169447affc1b2bc50c5657171eda46aebd2e0d9 /runtime/linear_alloc.h | |
parent | c70da3ff38405ce73c2f0feb74117135ed61a92b (diff) |
Add visibility attributes in runtime/l*
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I0a3d7b31dbe87e78ddf663b0914829913d3d3021
Diffstat (limited to 'runtime/linear_alloc.h')
-rw-r--r-- | runtime/linear_alloc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/linear_alloc.h b/runtime/linear_alloc.h index c81077abfc..ce073cce13 100644 --- a/runtime/linear_alloc.h +++ b/runtime/linear_alloc.h @@ -19,9 +19,10 @@ #include "base/arena_allocator.h" #include "base/casts.h" +#include "base/macros.h" #include "base/mutex.h" -namespace art { +namespace art HIDDEN { class ArenaPool; |