cc_prebuilt_library_shared { name: "libthead_camera_core", prefer: false, vendor: true, srcs: ["libthead_camera_core.so"], } cc_prebuilt_library_shared { name: "libcsi_camera_plugin", prefer: false, vendor: true, srcs: ["libcsi_camera_plugin.so"], } cc_prebuilt_binary { name: "android.hardware.camera.provider@2.5-service-thead", prefer: false, relative_install_path: "hw", vendor: true, shared_libs: [ "android.hardware.camera.device@3.2", "android.hardware.camera.device@3.3", "android.hardware.camera.device@3.4", "android.hardware.camera.device@3.5", "android.hardware.camera.device@3.6", "android.hardware.camera.provider@2.4", "android.hardware.camera.provider@2.5", "android.hardware.camera.provider@2.6", "android.hardware.camera.provider@2.7", "android.hardware.graphics.mapper@2.0", "android.hardware.graphics.mapper@3.0", "android.hardware.graphics.mapper@4.0", "libgralloctypes", "libbinder", "libbase", "libcamera_metadata", "libcutils", "libthead_camera_core", "libhidlbase", "liblog", "libutils", "libfmq", "libsync", ], srcs: [ "android.hardware.camera.provider@2.5-service-thead", ], init_rc: ["android.hardware.camera.provider@2.5-service-thead.rc"], vintf_fragments: ["android.hardware.camera.provider@2.5-service-thead.xml"], }