diff options
Diffstat (limited to 'runtime/vdex_file.cc')
-rw-r--r-- | runtime/vdex_file.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/vdex_file.cc b/runtime/vdex_file.cc index 2dc925f7a2..b67786c2a7 100644 --- a/runtime/vdex_file.cc +++ b/runtime/vdex_file.cc @@ -44,7 +44,7 @@ #include "runtime.h" #include "verifier/verifier_deps.h" -namespace art { +namespace art HIDDEN { using android::base::StringPrintf; |