blob: f771c68a44d0202ea95e01b08ba1d13618163df7 [file] [log] [blame]
// Copyright 2011 The Android Open Source Project
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_core_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["system_core_license"],
}
cc_library_static {
name: "libqemu_pipe",
vendor_available: true,
recovery_available: true,
apex_available: [
"com.android.adbd",
// TODO(b/151398197) remove the below
"//apex_available:platform",
],
sanitize: {
misc_undefined: ["integer"],
},
srcs: ["qemu_pipe.cpp"],
local_include_dirs: ["include"],
static_libs: ["libbase"],
export_include_dirs: ["include"],
cflags: ["-Werror"],
}