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"