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 /dump/Android.bp | |
parent | Initial commit. (diff) | |
download | exfatprogs-774c91357c3d8bcda1c8ef81b8ca7517171e8c8c.tar.xz exfatprogs-774c91357c3d8bcda1c8ef81b8ca7517171e8c8c.zip |
Adding upstream version 1.2.0.upstream/1.2.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dump/Android.bp')
-rw-r--r-- | dump/Android.bp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dump/Android.bp b/dump/Android.bp new file mode 100644 index 0000000..a39b245 --- /dev/null +++ b/dump/Android.bp @@ -0,0 +1,11 @@ +// Copyright 2021 The Android Open Source Project + +cc_binary { + name: "dump.exfat", + + srcs: [ + "dump.c", + ], + defaults: ["exfatprogs-defaults"], + static_libs: ["libexfat"], +} |