Skip to content

Commit

Permalink
breeze: Build fingerprint service from source
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadenix committed Oct 9, 2023
1 parent c06534e commit da39296
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
4 changes: 4 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ PRODUCT_PACKAGES += \
android.hardware.drm@1.3.vendor \
android.hardware.drm@1.4-service.clearkey

# Fingerprint
PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.1-service

# Gatekeeper
PRODUCT_PACKAGES += \
android.hardware.gatekeeper@1.0-service \
Expand Down
10 changes: 0 additions & 10 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@
</interface>
<fqname>@4.0::IEffectsFactory/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.biometrics.fingerprint</name>
<transport>hwbinder</transport>
<version>2.1</version>
<interface>
<name>IBiometricsFingerprint</name>
<instance>default</instance>
</interface>
<fqname>@2.1::IBiometricsFingerprint/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.bluetooth</name>
<transport>hwbinder</transport>
Expand Down
2 changes: 0 additions & 2 deletions proprietary-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,7 @@ vendor/lib64/hw/hwcomposer.mt6763.so
vendor/lib64/hw/memtrack.mt6763.so

# Fingerprint
vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service
vendor/bin/hw/vendor.sw.swfingerprint@1.0-service
vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-service.rc
vendor/etc/init/init.fingerprint.rc
vendor/etc/init/vendor.sw.swfingerprint@1.0-service.rc
vendor/lib/hw/fingerprint.default.so
Expand Down

0 comments on commit da39296

Please sign in to comment.