android_device_samsung_a20/universal7885-common/libshims/camera/Android.bp
roynatech2544 e9d83bf897
universal7885: Add libcorrectcamera shim
* Supposed to map camera ID 2's info to camera ID 1

Change-Id: I154b0a3357ac689530f53dbf4d251aa7f60c6a2f
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:05:29 +09:00

35 lines
1,005 B
Text

/*
* Copyright (c) 2022 Eureka Team.
* https://github.com/eurekadevelopment
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
cc_library_shared {
name: "libcorrectcamera",
defaults: ["hidl_defaults"],
proprietary: true,
srcs: [
"CorrectCameraID.cpp",
],
shared_libs: [
"libhidlbase",
"libhardware",
"camera.device@3.2-impl",
"libcamera_metadata",
"android.hardware.camera.device@3.2",
"android.hardware.camera.provider@2.4",
"android.hardware.graphics.mapper@2.0",
"android.hardware.graphics.mapper@3.0",
"android.hardware.graphics.mapper@4.0",
"liblog",
"libutils",
"libcutils",
],
static_libs: [
"android.hardware.camera.common@1.0-helper",
],
}