]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - resize/Android.bp
ext2fs: nls: support UTF-8 11.0 with NFKD normalization
[thirdparty/e2fsprogs.git] / resize / Android.bp
CommitLineData
a95c632b
AD
1// Copyright 2017 The Android Open Source Project
2
3cc_binary {
4 name: "resize2fs",
5 host_supported: true,
c19b18f8 6 defaults: ["e2fsprogs-defaults"],
a95c632b
AD
7
8 srcs: [
9 "extent.c",
10 "resize2fs.c",
11 "main.c",
12 "online.c",
13 "sim_progress.c",
14 "resource_track.c",
15 ],
a95c632b
AD
16 shared_libs: [
17 "libext2fs",
a95c632b
AD
18 "libext2_e2p",
19 "libext2_uuid",
20 "libext2_blkid",
21 ],
88ca49f9 22 system_shared_libs: ["libc", "libdl"],
a95c632b 23}