diff options
author | 2024-01-24 16:28:57 +0000 | |
---|---|---|
committer | 2024-01-24 18:00:23 +0000 | |
commit | c606b194954f77a7be2e093d645f0c28f013796e (patch) | |
tree | 704e37725a0c38a655b1f94205bba55b7ff78236 /runtime/native_bridge_art_interface.h | |
parent | 9b327f2232290a46942e53bcdfe80b41e2c9fbc0 (diff) |
Add visibility attributes in runtime/n*
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I66918e4548263b5cdca8071b2f174ae197e16f7b
Diffstat (limited to 'runtime/native_bridge_art_interface.h')
-rw-r--r-- | runtime/native_bridge_art_interface.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/native_bridge_art_interface.h b/runtime/native_bridge_art_interface.h index 873cd1fdef..5aeaebf2ca 100644 --- a/runtime/native_bridge_art_interface.h +++ b/runtime/native_bridge_art_interface.h @@ -21,7 +21,9 @@ #include <stdint.h> #include <string> -namespace art { +#include "base/macros.h" + +namespace art HIDDEN { // Mirror libnativebridge interface. Done to have the ART callbacks out of line, and not require // the system/core header file in other files. |