Whamcloud - gitweb
AOSP: [LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogs
[tools/e2fsprogs.git] / lib / ss / Android.bp
1 // Copyright 2017 The Android Open Source Project
2
3 package {
4     // See: http://go/android-license-faq
5     // A large-scale-change added 'default_applicable_licenses' to import
6     // all of the 'license_kinds' from "external_e2fsprogs_license"
7     // to get the below license kinds:
8     //   SPDX-license-identifier-0BSD
9     //   SPDX-license-identifier-MIT
10     default_applicable_licenses: ["external_e2fsprogs_license"],
11 }
12
13 cc_library {
14     name: "libext2_ss",
15     host_supported: true,
16     unique_host_soname: true,
17     defaults: ["e2fsprogs-defaults"],
18     srcs: [
19         "ss_err.c",
20         "std_rqs.c",
21         "invocation.c",
22         "help.c",
23         "execute_cmd.c",
24         "listen.c",
25         "parse.c",
26         "error.c",
27         "prompt.c",
28         "request_tbl.c",
29         "list_rqs.c",
30         "pager.c",
31         "requests.c",
32         "data.c",
33         "get_readline.c",
34     ],
35     shared_libs: ["libext2_com_err"],
36     header_libs: ["libext2-headers"],
37     export_include_dirs: ["."],
38     export_header_lib_headers: ["libext2-headers"],
39 }