summaryrefslogtreecommitdiff
path: root/squashfs_utils
diff options
context:
space:
mode:
authorJerry Zhang <zhangjerry@google.com>2018-06-20 17:30:07 -0700
committerHridya Valsaraju <hridya@google.com>2018-07-19 22:57:06 +0000
commitcc29237adc2a75a7e10c7da95abea26d2a5023b0 (patch)
tree1e63b03f4a78742ab639ed4833f250e7f772f7de /squashfs_utils
parent9c27970d142dc14b1e82b1d6f9fa827f994609b6 (diff)
downloadextras-cc29237adc2a75a7e10c7da95abea26d2a5023b0.tar.gz
Make libsquashfs_utils shared
Also rename boot_control_copy away from default. boot_control_copy isn't a shipping implementation. boot_control_bcb is the actual default. Bug: 78793464 Test: compiles Change-Id: I2bdbcb80605ca396dbfa69b837be381cbcc6e3e7 Merged-In: I2bdbcb80605ca396dbfa69b837be381cbcc6e3e7
Diffstat (limited to 'squashfs_utils')
-rw-r--r--squashfs_utils/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/squashfs_utils/Android.bp b/squashfs_utils/Android.bp
index 813f42fb..56d50a01 100644
--- a/squashfs_utils/Android.bp
+++ b/squashfs_utils/Android.bp
@@ -1,6 +1,6 @@
// Copyright 2015 The Android Open Source Project
-cc_library_static {
+cc_library {
name: "libsquashfs_utils",
defaults: ["system-extras-cflags-defaults"],
host_supported: true,
@@ -11,7 +11,7 @@ cc_library_static {
include_dirs: ["external/squashfs-tools/squashfs-tools"],
export_include_dirs: ["."],
- static_libs: [
+ shared_libs: [
"libcutils",
],