summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-04-11 16:09:45 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-04-11 16:09:45 +0000
commit9fc289be5ed6fcd2aca737b328698c1f5a736d0f (patch)
tree8fc2ded5c7903f0517a27a64d8b07077ea469a51
parent378e0e0fc7b175cd7cbb30d550ccb91ba715bea7 (diff)
parent16e2f97410c4b47ec7e0624b0cfa4fb136cbe62c (diff)
downloadandroid_external_zlib-9fc289be5ed6fcd2aca737b328698c1f5a736d0f.tar.gz
android_external_zlib-9fc289be5ed6fcd2aca737b328698c1f5a736d0f.tar.bz2
android_external_zlib-9fc289be5ed6fcd2aca737b328698c1f5a736d0f.zip
Merge "Remove old "gzip" (example code)." am: fbd9fb8ebf am: 5de7fa5531 am: 09a190bf29
am: 16e2f97410 Change-Id: If2f10ed51d49a730e5850cd3b191187f475577c2
-rw-r--r--Android.bp7
1 files changed, 0 insertions, 7 deletions
diff --git a/Android.bp b/Android.bp
index a73f091..e2205a9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -70,13 +70,6 @@ cc_library_host_shared {
defaults: ["zlib_defaults"],
}
-cc_binary {
- name: "gzip",
- srcs: ["src/test/minigzip.c"],
- shared_libs: ["libz"],
- stl: "none",
-}
-
cc_binary_host {
name: "minigzip",
srcs: ["src/test/minigzip.c"],