| 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_binary { |
| name: "[email protected]", |
| defaults: ["hidl_defaults"], |
| proprietary: true, |
| relative_install_path: "hw", |
| srcs: [ |
| ":libgui_frame_event_aidl", |
| "*.cpp", |
| ], |
| init_rc: ["[email protected]"], |
| shared_libs: [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "libEGL", |
| "libGLESv2", |
| "libbase", |
| "libbinder", |
| "libbufferqueueconverter", |
| "libcamera_metadata", |
| "libhardware", |
| "libhidlbase", |
| "libhidlmemory", |
| "liblog", |
| "libtinyxml2", |
| "libui", |
| "libutils", |
| ], |
| cflags: [ |
| "-O0", |
| "-g", |
| "-DLOG_TAG=\"MockEvsDriver\"", |
| "-DGL_GLEXT_PROTOTYPES", |
| "-DEGL_EGLEXT_PROTOTYPES", |
| ], |
| include_dirs: [ |
| "frameworks/native/include/", |
| ], |
| required: [ |
| "evs_default_configuration.xml", |
| ], |
| vintf_fragments: [ |
| "[email protected]", |
| ], |
| } |
| |
| prebuilt_etc { |
| name: "evs_default_configuration.xml", |
| soc_specific: true, |
| src: "resources/evs_default_configuration.xml", |
| sub_dir: "automotive/evs", |
| } |