]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
AOSP: Rename libz-host -> libz
authorDan Willemsen <dwillemsen@google.com>
Wed, 27 Sep 2017 23:11:57 +0000 (16:11 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 26 Feb 2018 17:23:16 +0000 (12:23 -0500)
Test: m host
Change-Id: I8b0edfe2076531bd4c4f1023b1076aec5f722a44
From AOSP commit: d4356bb606dbcad0b77788318c6199081262b373

contrib/android/Android.bp
lib/ext2fs/Android.bp

index 18d3850177b1b928ddf166af159413492ea379cd..b4810a47b0b2397360eb5532d2e0dfbb5f08df7e 100644 (file)
@@ -61,14 +61,6 @@ cc_binary {
         "libext2fs",
         "libext2_com_err",
         "libsparse",
+        "libz",
     ],
-
-    target: {
-        host: {
-            shared_libs: ["libz-host"],
-        },
-        android: {
-            shared_libs: ["libz"],
-        },
-    },
 }
index cc28de17a6caa1308b97185db8ba810d530f402c..62bcba405f0f7ded0c0756a1c3a9a4eed3778bc0 100644 (file)
@@ -89,6 +89,7 @@ cc_library {
     ],
     shared_libs: [
         "libsparse",
+        "libz",
     ],
     whole_static_libs: [
         "libext2_com_err"
@@ -101,7 +102,6 @@ cc_library {
     ],
     target: {
         host: {
-            shared_libs: ["libz-host"],
             // Consider removing this library as a whole for the host. It is not
             // in the android side.
             whole_static_libs: ["libext2_com_err"],
@@ -110,7 +110,6 @@ cc_library {
             shared_libs: [
                 "libext2_com_err",
                 "libext2_uuid",
-                "libz"
             ],
         },
         windows: {