summaryrefslogtreecommitdiffstats
path: root/lib/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Android.bp')
-rw-r--r--lib/Android.bp12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/Android.bp b/lib/Android.bp
new file mode 100644
index 0000000..f97aff5
--- /dev/null
+++ b/lib/Android.bp
@@ -0,0 +1,12 @@
+// Copyright 2020 The Android Open Source Project
+
+cc_library_static {
+ name: "libexfat",
+
+ srcs: [
+ "libexfat.c",
+ "exfat_fs.c",
+ "exfat_dir.c",
+ ],
+ defaults: ["exfatprogs-defaults"],
+}