blob: b4b7c4746a1c5d61139a4bb1c7a63131e09042c9 [file] [log] [blame]
// For the host
// =====================================================
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_compile_slang_license"
// to get the below license kinds:
// SPDX-license-identifier-NCSA
default_applicable_licenses: ["frameworks_compile_slang_license"],
}
cc_library_host_static {
name: "libLLVMBitWriter_2_9_func",
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",
],
}