]> git.sven.stormbind.net Git - sven/exfatprogs.git/blob - exfat2img/Android.bp
Add CVE ID to debian changelog
[sven/exfatprogs.git] / exfat2img / Android.bp
1 // Copyright 2021 The Android Open Source Project
2
3 cc_binary {
4     name: "exfat2img",
5
6     srcs: [
7         "exfat2img.c",
8     ],
9     defaults: ["exfatprogs-defaults"],
10     static_libs: ["libexfat"],
11 }