Skip to content

Commit

Permalink
umi: Drop fpc_fod HAL usage on umi
Browse files Browse the repository at this point in the history
* it doesn't work

- E [email protected]: Can't open fingerprint methods, class fpc_fod, error: -1
- E [email protected]: Can't open HAL module, class fpc_fod

This is squashed with:

Author: Sebastiano Barezzi <[email protected]>
Date:   Sat Dec 11 11:45:34 2021 +0800

    fixup! umi: biometrics: Implement custom HAL loading list

    * fpc -> fpc_fod

    Change-Id: Ic9c9a140fef8d546dd26c4843f7626655793b185

Change-Id: I10b775cedb9cee185c5a215dfd1af770c24bf5de
  • Loading branch information
chaptsand committed Mar 27, 2022
1 parent e05ca1e commit 2ee96a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion biometrics/BiometricsFingerprint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ static const uint16_t kVersion = HARDWARE_MODULE_API_VERSION(2, 1);

// List of fingerprint HALs
static const char *kHALClasses[] = {
"fpc",
"goodix_fod",
};

Expand Down
1 change: 0 additions & 1 deletion proprietary-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,6 @@ vendor/bin/feature_enabler_client
vendor/etc/init/feature_enabler_client.rc

# Fingerprint
vendor/lib64/hw/fingerprint.fpc_fod.so:vendor/lib64/hw/fingerprint.fpc_fod.default.so
vendor/lib64/hw/fingerprint.goodix_fod.so:vendor/lib64/hw/fingerprint.goodix_fod.default.so
vendor/lib64/libgf_hal.so

Expand Down

0 comments on commit 2ee96a4

Please sign in to comment.