diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:51:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:51:57 +0000 |
commit | 107a9fe33b588acf0db45f3944683a134634a454 (patch) | |
tree | 62e7a2928b706f9f34c2d5a4e1227888cfc537c5 /lib/Android.bp | |
parent | Initial commit. (diff) | |
download | exfatprogs-upstream/1.2.0.tar.xz exfatprogs-upstream/1.2.0.zip |
Adding upstream version 1.2.0.upstream/1.2.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/Android.bp')
-rw-r--r-- | lib/Android.bp | 12 |
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"], +} |