| 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"], |
| relative_install_path: "hw", |
| proprietary: true, |
| srcs: [ |
| "Context.cpp", |
| "Device.cpp", |
| ], |
| include_dirs: [ |
| "frameworks/rs", |
| ], |
| shared_libs: [ |
| "libdl", |
| "libbase", |
| "libhidlbase", |
| "libutils", |
| "[email protected]", |
| ], |
| |
| product_variables: { |
| override_rs_driver: { |
| cflags: ["-DOVERRIDE_RS_DRIVER=%s"], |
| }, |
| }, |
| |
| } |