Compare commits
5 Commits
lineage-22
...
vic
| Author | SHA1 | Date | |
|---|---|---|---|
| a7021790d6 | |||
| 9722be0606 | |||
| b08964e5e0 | |||
| 5c62908f51 | |||
| 7dcfe04dce |
702
Android.bp
702
Android.bp
@@ -8,6 +8,7 @@ soong_namespace {
|
|||||||
"hardware/xiaomi",
|
"hardware/xiaomi",
|
||||||
"vendor/qcom/opensource/display",
|
"vendor/qcom/opensource/display",
|
||||||
"vendor/xiaomi/sm8250-common",
|
"vendor/xiaomi/sm8250-common",
|
||||||
|
"hardware/qcom-caf/sm8250",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -166,32 +167,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libaudioparsers",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib/libaudioparsers.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libutils",
|
|
||||||
"liblog",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "32",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libaudioroute_ext",
|
name: "libaudioroute_ext",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -221,38 +196,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libhdmipassthru",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib/libhdmipassthru.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libaudioparsers",
|
|
||||||
"libaudioroute",
|
|
||||||
"libaudioutils",
|
|
||||||
"libcutils",
|
|
||||||
"libexpat",
|
|
||||||
"liblog",
|
|
||||||
"libtinyalsa",
|
|
||||||
"libtinycompress",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "32",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libresampler",
|
name: "libresampler",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -2972,85 +2915,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "com.qti.feature2.generic",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/com.qti.feature2.generic.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libc++",
|
|
||||||
"libcutils",
|
|
||||||
"liblog",
|
|
||||||
"libofflinelog",
|
|
||||||
"libsync",
|
|
||||||
"com.qti.chi.override",
|
|
||||||
"com.qti.feature2.gs",
|
|
||||||
"libcamera_metadata",
|
|
||||||
"libchilog",
|
|
||||||
"libhardware",
|
|
||||||
"libhidlbase",
|
|
||||||
"libhidltransport",
|
|
||||||
"libqdMetaData",
|
|
||||||
"libutils",
|
|
||||||
"vendor.qti.hardware.vpp@1.1",
|
|
||||||
"vendor.qti.hardware.vpp@1.2",
|
|
||||||
"libz",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "com.qti.feature2.gs",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/com.qti.feature2.gs.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libc++",
|
|
||||||
"libcutils",
|
|
||||||
"liblog",
|
|
||||||
"libofflinelog",
|
|
||||||
"libsync",
|
|
||||||
"com.qti.chi.override",
|
|
||||||
"libcamera_metadata",
|
|
||||||
"libchilog",
|
|
||||||
"libhardware",
|
|
||||||
"libhidlbase",
|
|
||||||
"libhidltransport",
|
|
||||||
"libqdMetaData",
|
|
||||||
"libutils",
|
|
||||||
"vendor.qti.hardware.vpp@1.1",
|
|
||||||
"vendor.qti.hardware.vpp@1.2",
|
|
||||||
"libz",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "com.qti.feature2.hdr",
|
name: "com.qti.feature2.hdr",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -3131,46 +2995,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "com.qti.feature2.mfsr",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/com.qti.feature2.mfsr.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libc++",
|
|
||||||
"libcutils",
|
|
||||||
"liblog",
|
|
||||||
"libofflinelog",
|
|
||||||
"libsync",
|
|
||||||
"com.qti.chi.override",
|
|
||||||
"com.qti.feature2.gs",
|
|
||||||
"libcamera_metadata",
|
|
||||||
"libchilog",
|
|
||||||
"libhardware",
|
|
||||||
"libhidlbase",
|
|
||||||
"libhidltransport",
|
|
||||||
"libqdMetaData",
|
|
||||||
"libutils",
|
|
||||||
"vendor.qti.hardware.vpp@1.1",
|
|
||||||
"vendor.qti.hardware.vpp@1.2",
|
|
||||||
"libz",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "com.qti.feature2.qcfa",
|
name: "com.qti.feature2.qcfa",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -3291,46 +3115,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "com.qti.feature2.rt",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/com.qti.feature2.rt.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libc++",
|
|
||||||
"libcutils",
|
|
||||||
"liblog",
|
|
||||||
"libofflinelog",
|
|
||||||
"libsync",
|
|
||||||
"com.qti.chi.override",
|
|
||||||
"com.qti.feature2.gs",
|
|
||||||
"libcamera_metadata",
|
|
||||||
"libchilog",
|
|
||||||
"libhardware",
|
|
||||||
"libhidlbase",
|
|
||||||
"libhidltransport",
|
|
||||||
"libqdMetaData",
|
|
||||||
"libutils",
|
|
||||||
"vendor.qti.hardware.vpp@1.1",
|
|
||||||
"vendor.qti.hardware.vpp@1.2",
|
|
||||||
"libz",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "com.qti.feature2.serializer",
|
name: "com.qti.feature2.serializer",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -3615,45 +3399,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "com.qti.chi.override",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/hw/com.qti.chi.override.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libc++",
|
|
||||||
"libcutils",
|
|
||||||
"liblog",
|
|
||||||
"libofflinelog",
|
|
||||||
"libsync",
|
|
||||||
"libcamera_metadata",
|
|
||||||
"libchilog",
|
|
||||||
"libhardware",
|
|
||||||
"libhidlbase",
|
|
||||||
"libhidltransport",
|
|
||||||
"libqdMetaData",
|
|
||||||
"libutils",
|
|
||||||
"vendor.qti.hardware.camera.postproc@1.0-service-impl",
|
|
||||||
"vendor.qti.hardware.vpp@1.1",
|
|
||||||
"vendor.qti.hardware.vpp@1.2",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
relative_install_path: "hw",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "fingerprint.fpc_fod.default",
|
name: "fingerprint.fpc_fod.default",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -3754,6 +3499,33 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libHalSuperSensorServer",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libHalSuperSensorServer.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libSuperSensor",
|
||||||
|
"libSuperSensorCPU",
|
||||||
|
"liblog",
|
||||||
|
"libm",
|
||||||
|
"libc++_shared",
|
||||||
|
"libdl",
|
||||||
|
"libc",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libMIAIHDRhvx_interface",
|
name: "libMIAIHDRhvx_interface",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -3779,7 +3551,7 @@ cc_prebuilt_library_shared {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libSNPE",
|
name: "libSuperSensor",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
strip: {
|
strip: {
|
||||||
none: true,
|
none: true,
|
||||||
@@ -3787,14 +3559,38 @@ cc_prebuilt_library_shared {
|
|||||||
target: {
|
target: {
|
||||||
android_arm64: {
|
android_arm64: {
|
||||||
srcs: [
|
srcs: [
|
||||||
"proprietary/vendor/lib64/libSNPE.so",
|
"proprietary/vendor/lib64/libSuperSensor.so",
|
||||||
],
|
],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libdl",
|
|
||||||
"liblog",
|
"liblog",
|
||||||
"libc++_shared",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
"libm",
|
||||||
|
"libc",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libSuperSensorCPU",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libSuperSensorCPU.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblog",
|
||||||
|
"libm",
|
||||||
|
"libc++_shared",
|
||||||
|
"libdl",
|
||||||
|
"libc",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -3832,6 +3628,32 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libalCFR",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libalCFR.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libOpenCL",
|
||||||
|
"libc++_shared",
|
||||||
|
"liblog",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libalLDC",
|
name: "libalLDC",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -3948,37 +3770,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libarcsat",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libarcsat.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libcamera_metadata",
|
|
||||||
"libcom.qti.chinodeutils",
|
|
||||||
"libtriplecam_video_optical_zoom",
|
|
||||||
"libcutils",
|
|
||||||
"libmpbase",
|
|
||||||
"libz",
|
|
||||||
"liblog",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libarcsoft_beautyshot",
|
name: "libarcsoft_beautyshot",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -4371,28 +4162,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libc++_shared",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libc++_shared.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libc",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libcamera_dirty",
|
name: "libcamera_dirty",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -4827,60 +4596,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libchilog",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libchilog.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libcutils",
|
|
||||||
"liblog",
|
|
||||||
"libsync",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libcom.qti.chinodeutils",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libcom.qti.chinodeutils.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libcamera_metadata",
|
|
||||||
"libchilog",
|
|
||||||
"liblog",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libcvp2",
|
name: "libcvp2",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -5236,6 +4951,64 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libmiai_deblur",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libmiai_deblur.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libOpenCL",
|
||||||
|
"liblog",
|
||||||
|
"libz",
|
||||||
|
"libm",
|
||||||
|
"libc",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libmialgo_ie_capture",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libmialgo_ie_capture.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libmialgo_utils",
|
||||||
|
"libion",
|
||||||
|
"libcdsprpc",
|
||||||
|
"libOpenCL",
|
||||||
|
"libc++_shared",
|
||||||
|
"libm",
|
||||||
|
"liblog",
|
||||||
|
"libz",
|
||||||
|
"libc",
|
||||||
|
"libGLESv3",
|
||||||
|
"libEGL",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libmialgo_ie_preview",
|
name: "libmialgo_ie_preview",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -5474,6 +5247,61 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libmialgoengine",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libmialgoengine.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libxmi_high_dynamic_range",
|
||||||
|
"libMIAIHDRhvx_interface",
|
||||||
|
"liblog",
|
||||||
|
"libutils",
|
||||||
|
"libcutils",
|
||||||
|
"libhardware",
|
||||||
|
"libnativewindow",
|
||||||
|
"libEGL",
|
||||||
|
"libion",
|
||||||
|
"libGLESv2",
|
||||||
|
"libgrallocutils",
|
||||||
|
"libmpbase",
|
||||||
|
"libarcsoft_beautyshot",
|
||||||
|
"libarcsoft_portrait_lighting",
|
||||||
|
"libarcsoft_portrait_lighting_c",
|
||||||
|
"libmialgo_ie_capture",
|
||||||
|
"libmialgo_utils",
|
||||||
|
"libflaw",
|
||||||
|
"libalCFR",
|
||||||
|
"librelight_only",
|
||||||
|
"libarcsoft_dualcam_refocus",
|
||||||
|
"libarcsoft_distortion_correction",
|
||||||
|
"libarcsoft_bodyslim",
|
||||||
|
"libarcsoft_superportrait",
|
||||||
|
"libmiai_deblur",
|
||||||
|
"libalhLDC",
|
||||||
|
"libalAILDC",
|
||||||
|
"libHalSuperSensorServer",
|
||||||
|
"libSuperSensor",
|
||||||
|
"libSuperSensorCPU",
|
||||||
|
"libmibokeh_855",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libmibokeh_845_video",
|
name: "libmibokeh_845_video",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -5530,27 +5358,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libmpbase",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libmpbase.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libc",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libmulticam_image_optical_zoom",
|
name: "libmulticam_image_optical_zoom",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -5679,34 +5486,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libofflinelog",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libofflinelog.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libcutils",
|
|
||||||
"liblog",
|
|
||||||
"libsync",
|
|
||||||
"libz",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libos",
|
name: "libos",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -5731,6 +5510,33 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "librelight_only",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/librelight_only.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libGLESv3",
|
||||||
|
"libEGL",
|
||||||
|
"liblog",
|
||||||
|
"libc++_shared",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
"libc",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libremosaic_wrapper",
|
name: "libremosaic_wrapper",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -6367,32 +6173,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libtriplecam_video_optical_zoom",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libtriplecam_video_optical_zoom.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libmpbase",
|
|
||||||
"libOpenCL",
|
|
||||||
"liblog",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libultrasound",
|
name: "libultrasound",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -6653,42 +6433,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "vendor.qti.hardware.camera.postproc@1.0-service-impl",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/vendor.qti.hardware.camera.postproc@1.0-service-impl.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libc++",
|
|
||||||
"libcutils",
|
|
||||||
"liblog",
|
|
||||||
"libofflinelog",
|
|
||||||
"libsync",
|
|
||||||
"android.hardware.graphics.mapper@2.0",
|
|
||||||
"android.hardware.graphics.mapper@3.0",
|
|
||||||
"libcamera_metadata",
|
|
||||||
"libhidlbase",
|
|
||||||
"libhidltransport",
|
|
||||||
"libutils",
|
|
||||||
"vendor.qti.hardware.camera.postproc@1.0",
|
|
||||||
"libz",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "vendor.qti.hardware.sensorscalibrate@1.0",
|
name: "vendor.qti.hardware.sensorscalibrate@1.0",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
|
|||||||
3
proprietary/vendor/etc/sensors/hals.conf
vendored
3
proprietary/vendor/etc/sensors/hals.conf
vendored
@@ -1,3 +0,0 @@
|
|||||||
sensors.elliptic.so
|
|
||||||
sensors.ssc.so
|
|
||||||
sensors.touch.so
|
|
||||||
BIN
proprietary/vendor/firmware/ipa_fws.b01
vendored
BIN
proprietary/vendor/firmware/ipa_fws.b01
vendored
Binary file not shown.
BIN
proprietary/vendor/firmware/ipa_fws.elf
vendored
BIN
proprietary/vendor/firmware/ipa_fws.elf
vendored
Binary file not shown.
BIN
proprietary/vendor/firmware/ipa_fws.mdt
vendored
BIN
proprietary/vendor/firmware/ipa_fws.mdt
vendored
Binary file not shown.
BIN
proprietary/vendor/firmware/ipa_uc.b01
vendored
BIN
proprietary/vendor/firmware/ipa_uc.b01
vendored
Binary file not shown.
BIN
proprietary/vendor/firmware/ipa_uc.elf
vendored
BIN
proprietary/vendor/firmware/ipa_uc.elf
vendored
Binary file not shown.
BIN
proprietary/vendor/firmware/ipa_uc.mdt
vendored
BIN
proprietary/vendor/firmware/ipa_uc.mdt
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libaudioparsers.so
vendored
BIN
proprietary/vendor/lib/libaudioparsers.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libhdmipassthru.so
vendored
BIN
proprietary/vendor/lib/libhdmipassthru.so
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
proprietary/vendor/lib64/com.qti.feature2.generic.so
vendored
BIN
proprietary/vendor/lib64/com.qti.feature2.generic.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/com.qti.feature2.gs.so
vendored
BIN
proprietary/vendor/lib64/com.qti.feature2.gs.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/com.qti.feature2.mfsr.so
vendored
BIN
proprietary/vendor/lib64/com.qti.feature2.mfsr.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/com.qti.feature2.rt.so
vendored
BIN
proprietary/vendor/lib64/com.qti.feature2.rt.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/hw/camera.qcom.so
vendored
BIN
proprietary/vendor/lib64/hw/camera.qcom.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/hw/com.qti.chi.override.so
vendored
BIN
proprietary/vendor/lib64/hw/com.qti.chi.override.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libHalSuperSensorServer.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libHalSuperSensorServer.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libSNPE.so
vendored
BIN
proprietary/vendor/lib64/libSNPE.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libSuperSensor.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libSuperSensor.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libSuperSensorCPU.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libSuperSensorCPU.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libalCFR.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libalCFR.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libarcsat.so
vendored
BIN
proprietary/vendor/lib64/libarcsat.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libc++_shared.so
vendored
BIN
proprietary/vendor/lib64/libc++_shared.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libchilog.so
vendored
BIN
proprietary/vendor/lib64/libchilog.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libcom.qti.chinodeutils.so
vendored
BIN
proprietary/vendor/lib64/libcom.qti.chinodeutils.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libmiai_deblur.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libmiai_deblur.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libmialgo_ie_capture.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libmialgo_ie_capture.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libmialgoengine.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libmialgoengine.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libmpbase.so
vendored
BIN
proprietary/vendor/lib64/libmpbase.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libofflinelog.so
vendored
BIN
proprietary/vendor/lib64/libofflinelog.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/librelight_only.so
vendored
Normal file
BIN
proprietary/vendor/lib64/librelight_only.so
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -138,7 +138,6 @@ PRODUCT_COPY_FILES += \
|
|||||||
vendor/xiaomi/umi/proprietary/vendor/etc/sensors/config/tcs3408.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/tcs3408.json \
|
vendor/xiaomi/umi/proprietary/vendor/etc/sensors/config/tcs3408.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/tcs3408.json \
|
||||||
vendor/xiaomi/umi/proprietary/vendor/etc/sensors/config/tcs3701.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/tcs3701.json \
|
vendor/xiaomi/umi/proprietary/vendor/etc/sensors/config/tcs3701.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/tcs3701.json \
|
||||||
vendor/xiaomi/umi/proprietary/vendor/etc/sensors/config/vl53l1_tof_0.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/vl53l1_tof_0.json \
|
vendor/xiaomi/umi/proprietary/vendor/etc/sensors/config/vl53l1_tof_0.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/vl53l1_tof_0.json \
|
||||||
vendor/xiaomi/umi/proprietary/vendor/etc/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf \
|
|
||||||
vendor/xiaomi/umi/proprietary/vendor/etc/sensors/judge_calibrated.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/judge_calibrated.json \
|
vendor/xiaomi/umi/proprietary/vendor/etc/sensors/judge_calibrated.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/judge_calibrated.json \
|
||||||
vendor/xiaomi/umi/proprietary/vendor/etc/sensors/sensor_diag.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/sensor_diag.cfg \
|
vendor/xiaomi/umi/proprietary/vendor/etc/sensors/sensor_diag.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/sensor_diag.cfg \
|
||||||
vendor/xiaomi/umi/proprietary/vendor/etc/sensors/sns_reg_config:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/sns_reg_config \
|
vendor/xiaomi/umi/proprietary/vendor/etc/sensors/sns_reg_config:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/sns_reg_config \
|
||||||
@@ -222,9 +221,7 @@ PRODUCT_PACKAGES += \
|
|||||||
libaudio_log_utils \
|
libaudio_log_utils \
|
||||||
libaudiocloudctrl \
|
libaudiocloudctrl \
|
||||||
libaudioconfigstore \
|
libaudioconfigstore \
|
||||||
libaudioparsers \
|
|
||||||
libaudioroute_ext \
|
libaudioroute_ext \
|
||||||
libhdmipassthru \
|
|
||||||
libresampler \
|
libresampler \
|
||||||
vendor.qti.hardware.audiohalext@1.0 \
|
vendor.qti.hardware.audiohalext@1.0 \
|
||||||
libxlog \
|
libxlog \
|
||||||
@@ -311,15 +308,11 @@ PRODUCT_PACKAGES += \
|
|||||||
com.qti.feature2.demux \
|
com.qti.feature2.demux \
|
||||||
com.qti.feature2.frameselect \
|
com.qti.feature2.frameselect \
|
||||||
com.qti.feature2.fusion \
|
com.qti.feature2.fusion \
|
||||||
com.qti.feature2.generic \
|
|
||||||
com.qti.feature2.gs \
|
|
||||||
com.qti.feature2.hdr \
|
com.qti.feature2.hdr \
|
||||||
com.qti.feature2.memcpy \
|
com.qti.feature2.memcpy \
|
||||||
com.qti.feature2.mfsr \
|
|
||||||
com.qti.feature2.qcfa \
|
com.qti.feature2.qcfa \
|
||||||
com.qti.feature2.rawhdr \
|
com.qti.feature2.rawhdr \
|
||||||
com.qti.feature2.rawsupernight \
|
com.qti.feature2.rawsupernight \
|
||||||
com.qti.feature2.rt \
|
|
||||||
com.qti.feature2.serializer \
|
com.qti.feature2.serializer \
|
||||||
com.qti.feature2.softispprocess \
|
com.qti.feature2.softispprocess \
|
||||||
com.qti.feature2.softispsupernight \
|
com.qti.feature2.softispsupernight \
|
||||||
@@ -327,18 +320,19 @@ PRODUCT_PACKAGES += \
|
|||||||
com.qti.feature2.stub \
|
com.qti.feature2.stub \
|
||||||
com.qti.feature2.swmf \
|
com.qti.feature2.swmf \
|
||||||
camera.qcom \
|
camera.qcom \
|
||||||
com.qti.chi.override \
|
|
||||||
fingerprint.fpc_fod.default \
|
fingerprint.fpc_fod.default \
|
||||||
fingerprint.goodix_fod.default \
|
fingerprint.goodix_fod.default \
|
||||||
vendor.qti.hardware.sensorscalibrate@1.0-impl \
|
vendor.qti.hardware.sensorscalibrate@1.0-impl \
|
||||||
|
libHalSuperSensorServer \
|
||||||
libMIAIHDRhvx_interface \
|
libMIAIHDRhvx_interface \
|
||||||
libSNPE \
|
libSuperSensor \
|
||||||
|
libSuperSensorCPU \
|
||||||
libalAILDC \
|
libalAILDC \
|
||||||
|
libalCFR \
|
||||||
libalLDC \
|
libalLDC \
|
||||||
libalhLDC \
|
libalhLDC \
|
||||||
libarcdualcamsat \
|
libarcdualcamsat \
|
||||||
libarcmulticamsat \
|
libarcmulticamsat \
|
||||||
libarcsat \
|
|
||||||
libarcsoft_beautyshot \
|
libarcsoft_beautyshot \
|
||||||
libarcsoft_bodyslim \
|
libarcsoft_bodyslim \
|
||||||
libarcsoft_distortion_correction \
|
libarcsoft_distortion_correction \
|
||||||
@@ -354,7 +348,6 @@ PRODUCT_PACKAGES += \
|
|||||||
libarcsoft_preview_deflicker \
|
libarcsoft_preview_deflicker \
|
||||||
libarcsoft_super_night_raw \
|
libarcsoft_super_night_raw \
|
||||||
libarcsoft_superportrait \
|
libarcsoft_superportrait \
|
||||||
libc++_shared \
|
|
||||||
libcamera_dirty \
|
libcamera_dirty \
|
||||||
libcamera_nn_stub \
|
libcamera_nn_stub \
|
||||||
libcamera_scene \
|
libcamera_scene \
|
||||||
@@ -369,8 +362,6 @@ PRODUCT_PACKAGES += \
|
|||||||
libcamxstatscore \
|
libcamxstatscore \
|
||||||
libcamxswprocessalgo \
|
libcamxswprocessalgo \
|
||||||
libcamxtintlessalgo \
|
libcamxtintlessalgo \
|
||||||
libchilog \
|
|
||||||
libcom.qti.chinodeutils \
|
|
||||||
libcvp2 \
|
libcvp2 \
|
||||||
libcvp2_hfi \
|
libcvp2_hfi \
|
||||||
libcvp_common \
|
libcvp_common \
|
||||||
@@ -384,6 +375,8 @@ PRODUCT_PACKAGES += \
|
|||||||
libgf_hal \
|
libgf_hal \
|
||||||
libhta \
|
libhta \
|
||||||
libipebpsstriping \
|
libipebpsstriping \
|
||||||
|
libmiai_deblur \
|
||||||
|
libmialgo_ie_capture \
|
||||||
libmialgo_ie_preview \
|
libmialgo_ie_preview \
|
||||||
libmialgo_image_colourkeeping \
|
libmialgo_image_colourkeeping \
|
||||||
libmialgo_rfs \
|
libmialgo_rfs \
|
||||||
@@ -392,16 +385,16 @@ PRODUCT_PACKAGES += \
|
|||||||
libmialgo_video_colourkeeping \
|
libmialgo_video_colourkeeping \
|
||||||
libmialgo_video_enhance \
|
libmialgo_video_enhance \
|
||||||
libmialgo_video_seg \
|
libmialgo_video_seg \
|
||||||
|
libmialgoengine \
|
||||||
libmibokeh_845_video \
|
libmibokeh_845_video \
|
||||||
libmibokeh_855 \
|
libmibokeh_855 \
|
||||||
libmpbase \
|
|
||||||
libmulticam_image_optical_zoom \
|
libmulticam_image_optical_zoom \
|
||||||
libmulticam_optical_zoom_control \
|
libmulticam_optical_zoom_control \
|
||||||
libmulticam_video_optical_zoom \
|
libmulticam_video_optical_zoom \
|
||||||
libnotifyaudiohal \
|
libnotifyaudiohal \
|
||||||
libnpu \
|
libnpu \
|
||||||
libofflinelog \
|
|
||||||
libos \
|
libos \
|
||||||
|
librelight_only \
|
||||||
libremosaic_wrapper \
|
libremosaic_wrapper \
|
||||||
libremosaichvx_stub \
|
libremosaichvx_stub \
|
||||||
libremosaiclib \
|
libremosaiclib \
|
||||||
@@ -426,7 +419,6 @@ PRODUCT_PACKAGES += \
|
|||||||
libsynx \
|
libsynx \
|
||||||
libthreadutils \
|
libthreadutils \
|
||||||
libtriplecam_optical_zoom_control \
|
libtriplecam_optical_zoom_control \
|
||||||
libtriplecam_video_optical_zoom \
|
|
||||||
libultrasound \
|
libultrasound \
|
||||||
libvideoBokeh \
|
libvideoBokeh \
|
||||||
libvideofilter_only \
|
libvideofilter_only \
|
||||||
@@ -436,7 +428,6 @@ PRODUCT_PACKAGES += \
|
|||||||
sensors.mius.proximity \
|
sensors.mius.proximity \
|
||||||
sensors.ssc \
|
sensors.ssc \
|
||||||
sensors.touch \
|
sensors.touch \
|
||||||
vendor.qti.hardware.camera.postproc@1.0-service-impl \
|
|
||||||
vendor.qti.hardware.sensorscalibrate@1.0 \
|
vendor.qti.hardware.sensorscalibrate@1.0 \
|
||||||
capi_v2_cirrus_sp \
|
capi_v2_cirrus_sp \
|
||||||
hrtf5c \
|
hrtf5c \
|
||||||
|
|||||||
Reference in New Issue
Block a user