aboutsummaryrefslogtreecommitdiff
path: root/BitWriter_2_9/Android.bp
blob: 4a6bd282dfe3bc4b40c56bbe18af09eca3c30d7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// For the host
// =====================================================
cc_library_host_static {
    name: "libLLVMBitWriter_2_9",
    defaults: ["slang-defaults"],
    include_dirs: ["frameworks/compile/slang"],

    // We don't control the source files under this dir.
    // So, disable tidy checks.
    tidy: false,

    srcs: [
        "BitcodeWriter.cpp",
        "BitcodeWriterPass.cpp",
        "ValueEnumerator.cpp",
    ],
}