]> git.sven.stormbind.net Git - sven/exfatprogs.git/blob - dump/Android.bp
CVE-2023-45897 Add debian/patches/CVE-2023-45897-out-of-bounds-memory-access
[sven/exfatprogs.git] / dump / Android.bp
1 // Copyright 2021 The Android Open Source Project
2
3 cc_binary {
4     name: "dump.exfat",
5
6     srcs: [
7         "dump.c",
8     ],
9     defaults: ["exfatprogs-defaults"],
10     static_libs: ["libexfat"],
11 }