|  | package { | 
|  | // See: http://go/android-license-faq | 
|  | // A large-scale-change added 'default_applicable_licenses' to import | 
|  | // all of the 'license_kinds' from "hardware_qcom_sm7250_display_license" | 
|  | // to get the below license kinds: | 
|  | //   SPDX-license-identifier-Apache-2.0 | 
|  | //   SPDX-license-identifier-BSD | 
|  | //   legacy_not_a_contribution | 
|  | default_applicable_licenses: ["hardware_qcom_sm7250_display_license"], | 
|  | } | 
|  |  | 
|  | cc_library_shared { | 
|  | name: "libqservice", | 
|  | vendor: true, | 
|  | defaults: [ | 
|  | "display_defaults", | 
|  | "display_go_defaults", | 
|  | ], | 
|  | shared_libs: ["libbinder"], | 
|  | cflags: [ | 
|  | "-DLOG_TAG=\"qdqservice\"", | 
|  | "-Wno-sign-conversion", | 
|  | ], | 
|  | srcs: [ | 
|  | "QService.cpp", | 
|  | "IQService.cpp", | 
|  | "IQClient.cpp", | 
|  | "IQHDMIClient.cpp", | 
|  | ], | 
|  | sanitize: { | 
|  | misc_undefined: [ | 
|  | "signed-integer-overflow", | 
|  | "unsigned-integer-overflow", | 
|  | ], | 
|  | } | 
|  | } |