aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-11-01 18:11:59 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-11-01 18:11:59 -0700
commitb259b40ad430150aec364e8f54810b6cc6bd8916 (patch)
treede3aab4a5852856a92c8c05736ca0c2449f1ff99
parent2ac7dc3167c394c90479b1cd48562b58570c651d (diff)
parent95aeb9fa0295bea4a09bb77c69539c2273a13795 (diff)
downloadxz-embedded-b259b40ad430150aec364e8f54810b6cc6bd8916.tar.gz
Mark libxz as recovery_available for update_engine_sideload am: 6f13985f83
am: 95aeb9fa02 Change-Id: Ieeacfdf63e6bd6731be27942aa623fc9826c7d34
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index d475340..634c2d3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,13 +1,14 @@
cc_library_static {
name: "libxz",
host_supported: true,
+ recovery_available: true,
srcs: [
"linux/lib/xz/xz_crc32.c",
"linux/lib/xz/xz_dec_bcj.c",
"linux/lib/xz/xz_dec_lzma2.c",
"linux/lib/xz/xz_dec_stream.c",
],
- include_dirs: ["external/xz-embedded/userspace/"],
+ local_include_dirs: ["userspace"],
// Enable branch/call/jump filters. See http://b/27817327.
cflags: [