diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:16:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:16:44 +0000 |
commit | 367f23a94b60c40f76716e2e50566b686baf36b8 (patch) | |
tree | 3b6280f7c05bee0df7f9109958a44bfbc54d7639 /dump/Android.bp | |
parent | Initial commit. (diff) | |
download | exfatprogs-adfb7dfcf0a0a86961ca945358f0f550e1cbe095.tar.xz exfatprogs-adfb7dfcf0a0a86961ca945358f0f550e1cbe095.zip |
Adding upstream version 1.2.2.upstream/1.2.2
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"], +} |