1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// // Copyright (C) 2021 The LineageOS Project // // SPDX-License-Identifier: Apache-2.0 // cc_library_shared { name: "libcamera_sdm660_shim", srcs: ["camera_sdm660_shim.cpp"], shared_libs: [ "libui", "libutils", ], vendor: true, }