]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
AOSP: Add missing libdl dependencies
authorPavlin Radoslavov <pavlin@google.com>
Wed, 23 Aug 2017 22:02:55 +0000 (15:02 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 26 Feb 2018 17:23:11 +0000 (12:23 -0500)
Bug: 62815515
Test: lunch full-eng; make checkbuild
Change-Id: I1751669c4ed046c22587938e04eb76abe8553a8d
From AOSP commit: a24084ceb74c84b0943c86deb5cb99a63d3c46d7

contrib/Android.bp
debugfs/Android.bp
e2fsck/Android.bp
misc/Android.bp
resize/Android.bp

index c2d5cd91a58ad76bdf83c9e7732e4d235f889c5b..d4d7874bfd22d1b093a8700d43b0f86eb6ce0ccb 100644 (file)
@@ -11,7 +11,7 @@ cc_binary {
 
     srcs: ["fsstress.c"],
     cflags: ["-W", "-Wall", "-Wno-macro-redefined"],
-    system_shared_libs: ["libc"],
+    system_shared_libs: ["libc", "libdl"],
 
     target: {
         darwin: {
@@ -33,5 +33,5 @@ cc_binary {
         "libext2fs",
         "libext2_com_err",
     ],
-    system_shared_libs: ["libc"],
+    system_shared_libs: ["libc", "libdl"],
 }
index 7dfc7d3d8e597785edc0e2db4b73946d3dc4a831..bdd85e2a3751c2350f0116c6684188c923624ea4 100644 (file)
@@ -60,7 +60,7 @@ cc_binary {
     defaults: ["debugfs-defaults"],
 
     shared_libs: debugfs_libs,
-    system_shared_libs: ["libc"],
+    system_shared_libs: ["libc", "libdl"],
 }
 
 cc_binary {
index 1cabe86d71fb2c09916a19663204f36d53d97ac4..0edf98745d6661987133d039d7174dbd65655796 100644 (file)
@@ -52,7 +52,7 @@ cc_binary {
     defaults: ["e2fsck-defaults"],
 
     shared_libs: e2fsck_libs,
-    system_shared_libs: ["libc"],
+    system_shared_libs: ["libc", "libdl"],
 }
 
 cc_binary {
index 0d315f20c1a5caab08a85c9c4eb06c669a55f8c9..9267b413114ab0a78c4d08fde2225b9ecb8f2421 100644 (file)
@@ -21,7 +21,7 @@ cc_library {
         "libext2_quota",
         "libext2fs",
     ],
-    system_shared_libs: ["libc"],
+    system_shared_libs: ["libc", "libdl"],
     export_include_dirs: ["."],
 }
 
@@ -113,7 +113,7 @@ cc_binary {
     defaults: ["tune2fs-defaults"],
 
     shared_libs: tune2fs_libs,
-    system_shared_libs: ["libc"],
+    system_shared_libs: ["libc", "libdl"],
 }
 
 cc_binary {
@@ -148,7 +148,7 @@ cc_binary {
         "libext2_blkid",
         "libext2_e2p",
     ],
-    system_shared_libs: ["libc"],
+    system_shared_libs: ["libc", "libdl"],
 }
 
 //########################################################################
@@ -164,7 +164,7 @@ cc_binary {
         "libext2_com_err",
         "libext2_e2p",
     ],
-    system_shared_libs: ["libc"],
+    system_shared_libs: ["libc", "libdl"],
 }
 
 //########################################################################
@@ -187,7 +187,7 @@ cc_binary {
     defaults: ["lsattr-defaults"],
 
     shared_libs: lsattr_libs,
-    system_shared_libs: ["libc"],
+    system_shared_libs: ["libc", "libdl"],
 }
 
 cc_binary {
@@ -212,7 +212,7 @@ cc_binary {
         "libext2_com_err",
         "libext2_e2p",
     ],
-    system_shared_libs: ["libc"],
+    system_shared_libs: ["libc", "libdl"],
 }
 
 //########################################################################
@@ -228,7 +228,7 @@ cc_binary {
         "libext2fs",
         "libext2_uuid",
     ],
-    system_shared_libs: ["libc"],
+    system_shared_libs: ["libc", "libdl"],
 
     target: {
         darwin: {
@@ -252,5 +252,5 @@ cc_binary {
         "libext2_com_err",
         "libext2_quota",
     ],
-    system_shared_libs: ["libc"],
+    system_shared_libs: ["libc", "libdl"],
 }
index 6d3d32173df8cdee1dccc332170ce74e400e9ec3..dcdf65911924bba82483d616f2e228b208567190 100644 (file)
@@ -20,5 +20,5 @@ cc_binary {
         "libext2_uuid",
         "libext2_blkid",
     ],
-    system_shared_libs: ["libc"],
+    system_shared_libs: ["libc", "libdl"],
 }