aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandeep Patil <sspatil@google.com>2018-12-26 15:10:24 -0800
committerSandeep Patil <sspatil@google.com>2018-12-26 15:27:18 -0800
commit0393dd541c79dfda1475ef071a31215dd2811162 (patch)
treee1aa4485bc005bd47cfd12bc9f83ec3ef9f538c5
parent73ee4372dfa51a1a882a195ee48abdee4c00fbc6 (diff)
downloadandroid_external_e2fsprogs-0393dd541c79dfda1475ef071a31215dd2811162.tar.gz
android_external_e2fsprogs-0393dd541c79dfda1475ef071a31215dd2811162.tar.bz2
android_external_e2fsprogs-0393dd541c79dfda1475ef071a31215dd2811162.zip
Build filefrag
Bug: 121211685 Test: mma -j with lunch aosp_blueline-userdebug Change-Id: If8cffae8168990a11e8228b9f00d2fee15924935 Signed-off-by: Sandeep Patil <sspatil@google.com>
-rw-r--r--misc/Android.bp15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/Android.bp b/misc/Android.bp
index ccc4fdb4..301ce5d9 100644
--- a/misc/Android.bp
+++ b/misc/Android.bp
@@ -271,3 +271,18 @@ cc_binary {
],
system_shared_libs: ["libc", "libdl"],
}
+
+//##########################################################################
+// Build filefrag
+
+cc_binary {
+ name: "filefrag",
+ host_supported: true,
+ defaults: ["e2fsprogs-defaults"],
+
+ srcs: ["filefrag.c"],
+ shared_libs: [
+ "libext2fs",
+ ],
+ system_shared_libs: ["libc", "libdl"],
+}