]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
AOSP: Revert "Add "libc" to soong static_executable targets."
authorJeff Gaston <jeffrygaston@google.com>
Thu, 16 Mar 2017 22:41:13 +0000 (15:41 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 26 Feb 2018 18:53:35 +0000 (13:53 -0500)
This reverts commit b799ad178fa18c2925a283206496d3f5d6e87f35.
It's no longer needed after https://android-review.googlesource.com/c/329298/

Bug: 34722432
Test: lunch aosp_arm-eng && mmma external/e2fsprogs
Change-Id: I4115fe89ef7751364053223be24e7682e66b6b67
From AOSP commit: 34115ec38e86ba3cc17ae7a866e891abf7bd3aeb

debugfs/Android.bp
e2fsck/Android.bp
misc/Android.bp

index bdd85e2a3751c2350f0116c6684188c923624ea4..adaa63548350cbbfca5ae6d663818ab1395d62e5 100644 (file)
@@ -68,5 +68,5 @@ cc_binary {
     static_executable: true,
     defaults: ["debugfs-defaults"],
 
-    static_libs: debugfs_libs + ["libc"],
+    static_libs: debugfs_libs,
 }
index 0edf98745d6661987133d039d7174dbd65655796..3eb8659599f899bac6c2ebdbcc10a534ab174c52 100644 (file)
@@ -60,5 +60,5 @@ cc_binary {
     static_executable: true,
     defaults: ["e2fsck-defaults"],
 
-    static_libs: e2fsck_libs + ["libc"],
+    static_libs: e2fsck_libs,
 }
index 8db9ba6fe08e3b282fa0be06934c893d3b9ba248..7a108179fae76ee02dad4359698efce3f9e03491 100644 (file)
@@ -132,7 +132,7 @@ cc_binary {
     static_executable: true,
     defaults: ["tune2fs-defaults"],
 
-    static_libs: tune2fs_libs + ["libc"],
+    static_libs: tune2fs_libs,
 }
 
 cc_library_static {
@@ -206,7 +206,7 @@ cc_binary {
     static_executable: true,
     defaults: ["lsattr-defaults"],
 
-    static_libs: lsattr_libs + ["libc"],
+    static_libs: lsattr_libs,
 }
 
 //########################################################################