summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2018-10-30 12:33:27 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-10-30 12:33:27 +0000
commiteead626e0567d11ed0402e9586a99ca4a1d023eb (patch)
tree57cf06ed51f580f44da42def5c47f1c47e22f4a0 /compiler
parentb97c8af44dca6f0edbe80b13921bd47f9913c6fb (diff)
parent65ed42a3d3a7bf1a42e759ed53c16b179f54813a (diff)
Merge "Revert "Link compression libs statically into libartbase and use those everywhere.""
Diffstat (limited to 'compiler')
-rw-r--r--compiler/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp
index 8e4e383b92..c2f8e3c66e 100644
--- a/compiler/Android.bp
+++ b/compiler/Android.bp
@@ -180,6 +180,7 @@ art_cc_defaults {
shared_libs: [
"libbase",
"libcutils", // for atrace.
+ "liblzma",
],
include_dirs: ["art/disassembler"],
header_libs: [
@@ -195,6 +196,7 @@ cc_defaults {
static_libs: [
"libbase",
"libcutils",
+ "liblzma",
],
}