5 Commits
bka ... vic

Author SHA1 Message Date
Deivid21
9c3268b971 guamp: Add missing fingerprint binary
Change-Id: I1dcba562ee6981292c41593c415d2010af4b4edb
2025-10-12 18:18:42 -03:00
Deivid21
fb6d7df922 guamp: init: Add Erofs filesystem type mount point
Change-Id: I0bd2f193de4608b0d6899f1f2ad467bb5f33cc1c
2025-10-12 18:16:45 -03:00
lahaina
fbfa12426d guamp: Don't build userdata image
Change-Id: I397a3dc2c48a92f18bf9292fa45d193f4c2fc4e3
2025-10-12 18:12:17 -03:00
Deivid21
ab419e6022 guamp: Build MotCamera2 from prebuilt source
Change-Id: I8c999438ada1c89d7888136de78ced875a16e636
Signed-off-by: Deivid21 <david.parra.ignacio@gmail.com>
2025-10-12 18:12:14 -03:00
Deivid21
6e384e0000 guamp: Adjustments for Evolution X
Change-Id: Ifac6ab7e5feff0f93f6f3d1aa2d6f504c8fdcc23
2025-10-12 18:11:33 -03:00

View File

@@ -42,11 +42,6 @@ blob_fixups: blob_fixups_user_type = {
.binary_regex_replace(b'camera.mot.is.coming.cts', b'vendor.camera.coming.cts'),
'vendor/lib64/libvidhance.so': blob_fixup()
.add_needed('libcomparetf2_shim.so'),
(
'vendor/lib64/camera/components/com.qti.node.dewarp.so',
'vendor/lib64/camera/components/com.vidhance.node.processing.so',
): blob_fixup()
.replace_needed('libui.so', 'libui-v34.so'),
} # fmt: skip
extract_fns: extract_fns_user_type = {