summaryrefslogtreecommitdiff
path: root/qcom/rmtfs/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'qcom/rmtfs/Android.bp')
-rw-r--r--qcom/rmtfs/Android.bp32
1 files changed, 32 insertions, 0 deletions
diff --git a/qcom/rmtfs/Android.bp b/qcom/rmtfs/Android.bp
new file mode 100644
index 0000000..82cf7e1
--- /dev/null
+++ b/qcom/rmtfs/Android.bp
@@ -0,0 +1,32 @@
+package {
+ default_applicable_licenses: [
+ "device_linaro_dragonboard_qcom_rmtfs_license",
+ ],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "device_linaro_dragonboard_qcom_rmtfs_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
+cc_binary {
+ name: "rmtfs",
+ vendor: true,
+ srcs: [
+ "qmi_rmtfs.c",
+ "rmtfs.c",
+ "rproc.c",
+ "sharedmem.c",
+ "storage.c",
+ "util.c",
+ ],
+ shared_libs: ["libqrtr"],
+}