blob: 82cf7e10caee3c764cdf939baa535a52377592c5 [file] [log] [blame]
Bob Badour37cbae42021-02-12 14:46:18 -08001package {
2 default_applicable_licenses: [
3 "device_linaro_dragonboard_qcom_rmtfs_license",
4 ],
5}
6
7// Added automatically by a large-scale-change
8// See: http://go/android-license-faq
9license {
10 name: "device_linaro_dragonboard_qcom_rmtfs_license",
11 visibility: [":__subpackages__"],
12 license_kinds: [
13 "SPDX-license-identifier-BSD",
14 ],
15 license_text: [
16 "LICENSE",
17 ],
18}
19
Amit Pundird477f822020-02-07 22:26:08 +053020cc_binary {
21 name: "rmtfs",
22 vendor: true,
23 srcs: [
24 "qmi_rmtfs.c",
25 "rmtfs.c",
26 "rproc.c",
27 "sharedmem.c",
28 "storage.c",
29 "util.c",
30 ],
31 shared_libs: ["libqrtr"],
32}