aboutsummaryrefslogtreecommitdiff
path: root/C/Android.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-11-04 12:27:10 -0700
committerDan Willemsen <dwillemsen@google.com>2016-11-28 22:03:25 -0800
commitd09e13a5caf7f7e8f4fc08b28e4d3c386726db65 (patch)
treebd8aa15fa7a0f62236c6efd67d479898d5826608 /C/Android.bp
parent17dda56f12d674e22266c2aadfcce1c945b2bb2b (diff)
downloadlzma-d09e13a5caf7f7e8f4fc08b28e4d3c386726db65.tar.gz
Enable liblzma on Host bionic
Bug: 31559095 Test: Test linux_bionic compile Change-Id: I568cd49ffbd30217b0af7185e85051cc22f97299
Diffstat (limited to 'C/Android.bp')
-rw-r--r--C/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/C/Android.bp b/C/Android.bp
index 1971bf3..2c1405b 100644
--- a/C/Android.bp
+++ b/C/Android.bp
@@ -52,6 +52,9 @@ cc_library {
],
target: {
+ linux_bionic: {
+ enabled: true,
+ },
windows: {
enabled: true,
},