| 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]", |
| proprietary: true, |
| srcs: ["ExternalCameraProviderImpl_2_7.cpp"], |
| shared_libs: [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "libcamera_metadata", |
| "libcutils", |
| "libhardware", |
| "libhidlbase", |
| "liblog", |
| "libtinyxml2", |
| "libutils", |
| ], |
| static_libs: [ |
| "[email protected]", |
| ], |
| header_libs: [ |
| "[email protected]_headers", |
| "[email protected]_headers", |
| "[email protected]_headers", |
| ], |
| export_include_dirs: ["."], |
| } |
| |
| cc_defaults { |
| name: "camera_external_service_2_7_defaults", |
| defaults: ["hidl_defaults"], |
| proprietary: true, |
| relative_install_path: "hw", |
| srcs: ["external-service.cpp"], |
| compile_multilib: "32", |
| shared_libs: [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "libbinder", |
| "libcamera_metadata", |
| "libhidlbase", |
| "liblog", |
| "libtinyxml2", |
| "libutils", |
| ], |
| static_libs: [ |
| "[email protected]", |
| ], |
| header_libs: [ |
| "[email protected]_headers", |
| "[email protected]_headers", |
| "[email protected]_headers", |
| "[email protected]_headers", |
| "[email protected]_headers", |
| ], |
| } |
| |
| cc_binary { |
| name: "[email protected]", |
| defaults: ["camera_external_service_2_7_defaults"], |
| init_rc: ["[email protected]"], |
| } |
| |
| cc_binary { |
| name: "[email protected]", |
| overrides: ["[email protected]"], |
| defaults: ["camera_external_service_2_7_defaults"], |
| init_rc: ["[email protected]"], |
| cflags: ["-DLAZY_SERVICE"], |
| } |