From 1ce2b3b76d121a765212d69399241843951973ae Mon Sep 17 00:00:00 2001 From: David Sehr Date: Thu, 5 Apr 2018 11:02:03 -0700 Subject: Move remaining runtime/base stuff to libartbase Move the remainder of the Arena stuff, plus dumpable and runtime/*memory_region* to libartbase. More preparation to build profiling library. Bug: 22322814 Test: make -j 50 checkbuild Change-Id: Iaf26d310c89bc58846553281576c18102f5e4122 --- compiler/utils/assembler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/utils/assembler.cc') diff --git a/compiler/utils/assembler.cc b/compiler/utils/assembler.cc index 944c64b591..421c1b6089 100644 --- a/compiler/utils/assembler.cc +++ b/compiler/utils/assembler.cc @@ -20,8 +20,8 @@ #include #include "base/casts.h" +#include "base/memory_region.h" #include "globals.h" -#include "memory_region.h" namespace art { -- cgit v1.2.3-59-g8ed1b