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 (11 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2020 The Android Open Source Project

cc_binary {
    name: "exfatlabel",

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