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 (21 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright 2020 The Android Open Source Project

cc_library_headers {
    name: "libexfatprogs-headers",
    export_include_dirs: [
        "include",
        "mkfs",
        "fsck",
        "tune",
        "label",
        "dump",
	"exfat2img",
    ],
}

cc_defaults {
    name: "exfatprogs-defaults",
    header_libs: ["libexfatprogs-headers"],
    export_header_lib_headers: ["libexfatprogs-headers"],
    cflags: ["-D_FILE_OFFSET_BITS=64"],
}