diff options
author | 2022-11-16 09:04:28 +0000 | |
---|---|---|
committer | 2022-11-16 09:37:21 +0000 | |
commit | 76e87957aa6a2899f3146ab7711a67bad5c5a9ac (patch) | |
tree | 4fedb77762410a4b9b2d8eae263c6b1efc5747d6 /compiler/jni/quick/calling_convention.cc | |
parent | 79c4f832be41c6e42d95a98966fbcc619a39a810 (diff) |
Make compiler/jni/ symbols hidden.
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing
Change-Id: I04dc99e1491219442ba128f57a08112ae4783b92
Diffstat (limited to 'compiler/jni/quick/calling_convention.cc')
-rw-r--r-- | compiler/jni/quick/calling_convention.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/jni/quick/calling_convention.cc b/compiler/jni/quick/calling_convention.cc index eb4d3724ee..ce9bee63e3 100644 --- a/compiler/jni/quick/calling_convention.cc +++ b/compiler/jni/quick/calling_convention.cc @@ -37,7 +37,7 @@ #include "jni/quick/x86_64/calling_convention_x86_64.h" #endif -namespace art { +namespace art HIDDEN { // Managed runtime calling convention |