diff options
author | 2017-10-18 09:01:57 -0700 | |
---|---|---|
committer | 2017-10-25 10:13:59 -0700 | |
commit | 373a9b5c718a45ac484afcf4fe6ce84f4bb562b3 (patch) | |
tree | 52a3e78fa8bc94a76674caaae837c728332d05dc /runtime/gc/reference_processor.cc | |
parent | d0332e01ac26c2fd0a900de000a55ed5768ff936 (diff) |
ART: Depend on libnativehelper headers only
Depend on header-only versions where possible. Move projects
excluding libart to libnativehelper_header_only.
Bug: 65522645
Test: mmma art
Change-Id: I53dd3b2a97e94ee685f72de007ed3858f7f5c6b6
Diffstat (limited to 'runtime/gc/reference_processor.cc')
-rw-r--r-- | runtime/gc/reference_processor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/reference_processor.cc b/runtime/gc/reference_processor.cc index 42b31ab140..d58d09c794 100644 --- a/runtime/gc/reference_processor.cc +++ b/runtime/gc/reference_processor.cc @@ -22,7 +22,7 @@ #include "mirror/class-inl.h" #include "mirror/object-inl.h" #include "mirror/reference-inl.h" -#include "nativehelper/ScopedLocalRef.h" +#include "nativehelper/scoped_local_ref.h" #include "object_callbacks.h" #include "reference_processor-inl.h" #include "reflection.h" |