1cc_library_static { 2 name: "libLLVMBitReader_2_7", 3 vendor_available: true, 4 defaults: ["llvm-defaults",], 5 host_supported: true, 6 7 // We don't control the source files under this dir. 8 // So, disable tidy checks. 9 tidy: false, 10 11 srcs: ["BitcodeReader.cpp"], 12 13 target: { 14 host: { 15 cflags: ["-D__HOST__"], 16 }, 17 windows: { 18 enabled: true, 19 }, 20 }, 21} 22