aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-06-23 18:26:27 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-23 18:26:27 +0000
commiteb4f490242a36248365747f532c12b6621009210 (patch)
treeb396fb63099a584027c0eb332afef529c047ca3e
parent5c2f63f932e0756d4a37a3d0b0acb5cd65742624 (diff)
parentb1953bc1929bf4bb61cac254530b7cbd6bffd7a2 (diff)
downloadxz-embedded-eb4f490242a36248365747f532c12b6621009210.tar.gz
Link to the bug motivating the #defines. am: 03e7a3eae6android-o-mr1-preview-2android-o-mr1-preview-1
am: b1953bc192 Change-Id: I7babf3a184bb43375022a129a9123e8537b6280c
-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/"],
}