From 525a58b2e4aaf1e9d34dbd21de0f9310670c0ff7 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 26 Sep 2016 18:09:47 -0700 Subject: ART: Fix dependencies Add libbase to libart-compiler. Bug: 31338270 Test: m test-art-host Change-Id: I6398baaaee15063f4c275f40109d943c04af066f --- compiler/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler') diff --git a/compiler/Android.bp b/compiler/Android.bp index e56d8b2e0a..f264d3023b 100644 --- a/compiler/Android.bp +++ b/compiler/Android.bp @@ -185,6 +185,7 @@ art_cc_defaults { }, generated_sources: ["art_compiler_operator_srcs"], shared_libs: [ + "libbase", "liblz4", "liblzma", ], -- cgit v1.2.3-59-g8ed1b