]> git.sven.stormbind.net Git - sven/exfatprogs.git/blob - Android.bp
Add CVE ID to debian changelog
[sven/exfatprogs.git] / Android.bp
1 // Copyright 2020 The Android Open Source Project
2
3 cc_library_headers {
4     name: "libexfatprogs-headers",
5     export_include_dirs: [
6         "include",
7         "mkfs",
8         "fsck",
9         "tune",
10         "label",
11         "dump",
12         "exfat2img",
13     ],
14 }
15
16 cc_defaults {
17     name: "exfatprogs-defaults",
18     header_libs: ["libexfatprogs-headers"],
19     export_header_lib_headers: ["libexfatprogs-headers"],
20     cflags: ["-D_FILE_OFFSET_BITS=64"],
21 }