blob: 0a69a72c1d1b8f0162afebda791532ebb5a7294d [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 "frameworks_native_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["frameworks_native_license"],
default_team: "trendy_team_android_core_graphics_stack",
}
cc_defaults {
name: "libsurfaceflinger_proto_deps",
export_include_dirs: ["include"],
static_libs: [
"libperfetto_client_experimental",
],
whole_static_libs: [
// TODO(b/169779783): move into "static_libs" when the soong issue is fixed
"perfetto_trace_protos",
],
export_static_lib_headers: [
"libperfetto_client_experimental",
"perfetto_trace_protos",
],
shared_libs: [
"libprotobuf-cpp-lite",
],
header_libs: [
"libsurfaceflinger_proto_headers",
],
}
cc_library_headers {
name: "libsurfaceflinger_proto_headers",
export_include_dirs: ["include"],
}