aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-06-23 18:29:57 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-23 18:29:57 +0000
commit3d48ad729bc2a11be4082ee6703448edfe4fa3bf (patch)
treeb396fb63099a584027c0eb332afef529c047ca3e
parent0043a8b31421573d96fc1126787b90161271f0d1 (diff)
parenteb4f490242a36248365747f532c12b6621009210 (diff)
downloadxz-embedded-3d48ad729bc2a11be4082ee6703448edfe4fa3bf.tar.gz
Link to the bug motivating the #defines. am: 03e7a3eae6 am: b1953bc192
am: eb4f490242 Change-Id: Id9c15320a019ce947caf2bf4f8d5b5783fc61b5d
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4572804..5db4631 100644
--- a/Android.bp
+++ b/Android.bp
@@ -8,6 +8,9 @@ cc_library_static {
"linux/lib/xz/xz_dec_stream.c",
],
include_dirs: ["external/xz-embedded/userspace/"],
+
+ // Enable branch/call/jump filters. See http://b/27817327.
cflags: ["-DXZ_DEC_X86", "-DXZ_DEC_ARM", "-DXZ_DEC_ARMTHUMB"],
+
export_include_dirs: ["linux/include/linux/"],
}