commit | 76e87957aa6a2899f3146ab7711a67bad5c5a9ac | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Wed Nov 16 09:04:28 2022 +0000 |
committer | Vladimir Marko <vmarko@google.com> | Wed Nov 16 09:37:21 2022 +0000 |
tree | 4fedb77762410a4b9b2d8eae263c6b1efc5747d6 | |
parent | 79c4f832be41c6e42d95a98966fbcc619a39a810 [diff] [blame] |
Make compiler/jni/ symbols hidden. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Change-Id: I04dc99e1491219442ba128f57a08112ae4783b92
diff --git a/compiler/jni/quick/jni_compiler.h b/compiler/jni/quick/jni_compiler.h index 52a6f3c..d43b2a9 100644 --- a/compiler/jni/quick/jni_compiler.h +++ b/compiler/jni/quick/jni_compiler.h
@@ -21,8 +21,9 @@ #include "arch/instruction_set.h" #include "base/array_ref.h" +#include "base/macros.h" -namespace art { +namespace art HIDDEN { class ArenaAllocator; class ArtMethod;