Skip to content

Commit

Permalink
shark: Build fingerprint extension interface from source
Browse files Browse the repository at this point in the history
 * Also patch libgoodixhwfingerprint.so for use [email protected]

Co-authored-by: Andrey Sprynga <[email protected]>
Change-Id: I08db4948ec1d4b3df5f0c57f87c00575ab3fe778
  • Loading branch information
ArianK16a and rtx4d committed Jun 24, 2024
1 parent 905fc55 commit b21660e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
fastbootd

# Fingerprint
PRODUCT_PACKAGES += \
[email protected]

# Health
PRODUCT_PACKAGES += \
[email protected] \
Expand Down
3 changes: 3 additions & 0 deletions extract-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ function blob_fixup() {
vendor/lib/camera/components/com.qti.node.watermark.so)
grep -q "libpiex_shim.so" "${2}" || ${PATCHELF} --add-needed "libpiex_shim.so" "${2}"
;;
vendor/lib64/libgoodixhwfingerprint.so)
patchelf --replace-needed "[email protected]" "[email protected]" "${2}"
;;
esac
}

Expand Down
3 changes: 1 addition & 2 deletions proprietary-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,7 @@ vendor/lib/[email protected]

# Fingerprint
vendor/lib64/hw/fingerprint.default.so:vendor/lib64/hw/fingerprint.goodix.sdm845.so
vendor/lib64/libgoodixhwfingerprint.so
vendor/lib64/[email protected]
vendor/lib64/libgoodixhwfingerprint.so|33f9cf91b30b72ad9ed5884a28e252429fb21d9b
vendor/lib64/libgf_ca.so
vendor/lib64/libgf_hal.so

Expand Down

0 comments on commit b21660e

Please sign in to comment.