blob: 9ff6480d4b7ed1c3bea6b82913d23485509995cb [file] [log] [blame]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "hardware_interfaces_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["hardware_interfaces_license"],
}
cc_library_shared {
name: "[email protected]",
defaults: ["hidl_defaults"],
proprietary: true,
srcs: [
"CameraDevice.cpp",
],
shared_libs: [
"libhidlbase",
"libhidlmemory",
"libutils",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"libcutils",
"liblog",
"libgralloctypes",
"libhardware",
"libcamera_metadata",
],
static_libs: [
"[email protected]",
],
header_libs: [
"media_plugin_headers",
],
export_include_dirs: ["."],
}