aboutsummaryrefslogtreecommitdiff
path: root/C
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2016-07-08 15:20:19 -0700
committerStephen Hines <srhines@google.com>2016-07-08 15:38:38 -0700
commit2ad887863d99cb470d64deb63a5e4c5c50554dc2 (patch)
tree346f9115fda8be285f6b128eec8aa2751e0991ac /C
parent5a15aa25d948e9f45d1223d5ede773fb763981c9 (diff)
downloadlzma-2ad887863d99cb470d64deb63a5e4c5c50554dc2.tar.gz
Switch liblzma over to building for NDK 9 (with no STL).
Change-Id: If48cc84de147d7e6dc0c6143ef93711309fa8379
Diffstat (limited to 'C')
-rw-r--r--C/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/C/Android.bp b/C/Android.bp
index 890ef72..1971bf3 100644
--- a/C/Android.bp
+++ b/C/Android.bp
@@ -3,6 +3,8 @@
cc_library {
name: "liblzma",
host_supported: true,
+ sdk_version: "9",
+ stl: "none",
cflags: ["-D_7ZIP_ST", "-Wno-empty-body"],
clang_cflags: ["-Wno-self-assign"],