• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2021 The Android Open Source Project
2
3cc_binary {
4    name: "exfat2img",
5
6    srcs: [
7        "exfat2img.c",
8    ],
9    defaults: ["exfatprogs-defaults"],
10    static_libs: ["libexfat"],
11}
12