aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-04-28 20:22:48 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-04-28 20:22:48 +0000
commit3926c35d8a85520aabb1fc8f13d8b3f24973e7bc (patch)
tree752e8abb4031b24d3656e3fec6469439d6c17671
parent129c3ac01e0df6e76de5f8b743cb74e5d843e40a (diff)
parent1b9ad0911e00ef427383a47c908c1eba642e2728 (diff)
downloadbzip2-android10-mainline-tzdata-release.tar.gz
Change-Id: I0519ea32901c50bdad4b4840e465370677d445bb
-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