commit | cca4c6e6ad7bf54604eb516d54441c414be6ca53 | [log] [tgz] |
---|---|---|
author | Stefano Cianciulli <scianciulli@google.com> | Fri Jun 24 17:03:52 2022 +0000 |
committer | Stefano Cianciulli <scianciulli@google.com> | Tue Jul 19 08:15:35 2022 +0000 |
tree | d3beb3e72ec29fde3860c2fa49859b025f5bd720 | |
parent | 761f31ad14210efd49862551e34418afa9996fae [diff] [blame] |
Include dlmalloc.{h, c} without relative path inclusion Merged-In: I1b9c95e35751dfef635a2aabe790457e5ccdba71 Test: m com.android.art (with no errors) Bug: 236243696 Change-Id: I23d44261e8eebc16a6774dca3e99561286bee204
diff --git a/runtime/jit/jit_code_cache.cc b/runtime/jit/jit_code_cache.cc index 4148660..f725d97 100644 --- a/runtime/jit/jit_code_cache.cc +++ b/runtime/jit/jit_code_cache.cc
@@ -40,7 +40,7 @@ #include "entrypoints/entrypoint_utils-inl.h" #include "entrypoints/runtime_asm_entrypoints.h" #include "gc/accounting/bitmap-inl.h" -#include "gc/allocator/dlmalloc.h" +#include "gc/allocator/art-dlmalloc.h" #include "gc/scoped_gc_critical_section.h" #include "handle.h" #include "handle_scope-inl.h"