aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp11
-rw-r--r--OWNERS1
2 files changed, 3 insertions, 9 deletions
diff --git a/Android.bp b/Android.bp
index 21d7bfa..a2023e7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,17 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-cc_library_static {
+cc_library {
name: "libbz",
host_supported: true,
- vendor_available: true,
recovery_available: true,
- visibility: [
- "//bootable/recovery:__subpackages__",
- "//external/bsdiff:__subpackages__",
- "//external/puffin:__subpackages__",
- "//system/update_engine:__subpackages__",
- ],
arch: {
arm: {
// measurements show that the ARM version of ZLib is about x1.17 faster
@@ -58,7 +51,7 @@ cc_binary {
"-Werror",
"-Wno-unused-parameter",
],
- static_libs: ["libbz"],
+ shared_libs: ["libbz"],
srcs: ["bzip2.c"],
stl: "none",
symlinks: [
diff --git a/OWNERS b/OWNERS
index 7cbdceb..43d1bd3 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,4 +1,5 @@
deymo@google.com
enh@google.com
senj@google.com
+tbao@google.com
xunchang@google.com