summaryrefslogtreecommitdiffstats
path: root/exfat2img/Android.bp
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:51:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:51:57 +0000
commit107a9fe33b588acf0db45f3944683a134634a454 (patch)
tree62e7a2928b706f9f34c2d5a4e1227888cfc537c5 /exfat2img/Android.bp
parentInitial commit. (diff)
downloadexfatprogs-107a9fe33b588acf0db45f3944683a134634a454.tar.xz
exfatprogs-107a9fe33b588acf0db45f3944683a134634a454.zip
Adding upstream version 1.2.0.upstream/1.2.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'exfat2img/Android.bp')
-rw-r--r--exfat2img/Android.bp11
1 files changed, 11 insertions, 0 deletions
diff --git a/exfat2img/Android.bp b/exfat2img/Android.bp
new file mode 100644
index 0000000..3679276
--- /dev/null
+++ b/exfat2img/Android.bp
@@ -0,0 +1,11 @@
+// Copyright 2021 The Android Open Source Project
+
+cc_binary {
+ name: "exfat2img",
+
+ srcs: [
+ "exfat2img.c",
+ ],
+ defaults: ["exfatprogs-defaults"],
+ static_libs: ["libexfat"],
+}