summaryrefslogtreecommitdiffstats
path: root/tune/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tune/Android.bp')
-rw-r--r--tune/Android.bp11
1 files changed, 11 insertions, 0 deletions
diff --git a/tune/Android.bp b/tune/Android.bp
new file mode 100644
index 0000000..6f88e33
--- /dev/null
+++ b/tune/Android.bp
@@ -0,0 +1,11 @@
+// Copyright 2020 The Android Open Source Project
+
+cc_binary {
+ name: "tune.exfat",
+
+ srcs: [
+ "tune.c",
+ ],
+ defaults: ["exfatprogs-defaults"],
+ static_libs: ["libexfat"],
+}