From 2b7be1efa1ba363778057d4e42fccab8afe3046b Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Wed, 12 Oct 2022 14:15:31 +0000 Subject: Merge libart and libart-compiler into a single library Rename old libart into libart-runtime Build libart-runtime and libart-compiler separately as static libraries This is required to support PGO (compiler) and AFDO (runtime) without mixing them Combine libart-runtime and libart-compiler into libart with whole-archive linking This change negates all size savings from libart-compiler version script, it will be restored in a follow-up CL Bug: 186902856 Test: m test-art-host-gtest Test: m libart libartd dex2oat dex2oatd oatdump oatdumps Test: art/build/apex/runtests.sh Test: art/tools/run-gtests.sh Test: art/test/testrunner/testrunner.py --target --64 Test: art/tools/run-libcore-tests.sh --mode=device --variant=X64 Test: art/tools/run-libjdwp-tests.sh --mode=device --variant=X64 Change-Id: I6b9717cf49007e77691d49a2dca18a8064749154 --- compiler/jit/jit_compiler.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/jit/jit_compiler.cc') diff --git a/compiler/jit/jit_compiler.cc b/compiler/jit/jit_compiler.cc index f12a3ad52b..07a9969285 100644 --- a/compiler/jit/jit_compiler.cc +++ b/compiler/jit/jit_compiler.cc @@ -29,6 +29,7 @@ #include "compiler.h" #include "debug/elf_debug_writer.h" #include "driver/compiler_options.h" +#include "export/jit_load.h" #include "jit/debugger_interface.h" #include "jit/jit.h" #include "jit/jit_code_cache.h" -- cgit v1.2.3-59-g8ed1b