1package { 2 default_team: "trendy_team_android_core_graphics_stack", 3 // See: http://go/android-license-faq 4 // A large-scale-change added 'default_applicable_licenses' to import 5 // all of the 'license_kinds' from "hardware_interfaces_license" 6 // to get the below license kinds: 7 // SPDX-license-identifier-Apache-2.0 8 default_applicable_licenses: ["hardware_interfaces_license"], 9} 10 11cc_binary { 12 name: "android.hardware.graphics.composer@2.1-service", 13 defaults: ["hidl_defaults"], 14 vendor: true, 15 relative_install_path: "hw", 16 srcs: ["service.cpp"], 17 init_rc: ["android.hardware.graphics.composer@2.1-service.rc"], 18 header_libs: [ 19 "android.hardware.graphics.composer@2.1-passthrough", 20 ], 21 shared_libs: [ 22 "android.hardware.graphics.composer@2.1", 23 "android.hardware.graphics.composer@2.1-resources", 24 "libbase", 25 "libbinder", 26 "libcutils", 27 "libfmq", 28 "libhardware", 29 "libhidlbase", 30 "libhwc2on1adapter", 31 "libhwc2onfbadapter", 32 "liblog", 33 "libsync", 34 "libutils", 35 ], 36} 37