File: Android.bp

package info (click to toggle)
exfatprogs 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,184 kB
  • sloc: ansic: 7,887; sh: 4,505; makefile: 60
file content (12 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2020 The Android Open Source Project

cc_binary {
    name: "fsck.exfat",

    srcs: [
        "fsck.c",
        "repair.c",
    ],
    defaults: ["exfatprogs-defaults"],
    static_libs: ["libexfat"],
}