diff options
Diffstat (limited to 'runtime/compat_framework.h')
-rw-r--r-- | runtime/compat_framework.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compat_framework.h b/runtime/compat_framework.h index 99a92151a7..1e71362b5a 100644 --- a/runtime/compat_framework.h +++ b/runtime/compat_framework.h @@ -23,7 +23,7 @@ #include "base/mutex.h" #include "base/string_view_cpp20.h" -namespace art { +namespace art HIDDEN { // ART counterpart of the compat framework (go/compat-framework). // Created in order to avoid repeated up-calls to Java. |