aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-01-12 09:48:04 -0800
committerTheodore Ts'o <tytso@mit.edu>2017-05-23 23:00:54 -0400
commita95c632b53a3d80f6ed4bf9c1c0fdf270c6b04a6 (patch)
tree5531dff371b3f536aee548432c21643855cd8820 /Android.bp
parent82eb7e909022ab9a5a87e4b8d31b9b4c0c887e5f (diff)
downloadandroid_external_e2fsprogs-a95c632b53a3d80f6ed4bf9c1c0fdf270c6b04a6.tar.gz
android_external_e2fsprogs-a95c632b53a3d80f6ed4bf9c1c0fdf270c6b04a6.tar.bz2
android_external_e2fsprogs-a95c632b53a3d80f6ed4bf9c1c0fdf270c6b04a6.zip
AOSP: Convert e2fsprogs targets to soong.
This patch also removes all the "-host" and "_static" suffix from all the libraries adding "unique_host_soname: true". This prevents confusions with the host installed libraries. A new "libext2_misc" library is introduced to export some files from the misc/ directory to other binaries in this project. Bug: 34220783 Test: mmma external/e2fsprogs Change-Id: Ia1b689991346b11f8cb38f7c6ee356e666e01d6d From AOSP commit: 7a9e1a96766d31a41b88f0a539fcc3d532b5c530 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 00000000..a095aea8
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,10 @@
+// Copyright 2017 The Android Open Source Project
+
+subdirs = [
+ "contrib",
+ "debugfs",
+ "e2fsck",
+ "lib",
+ "misc",
+ "resize",
+]