Install Fingerprint HAL APEX
Fingerprint HAL APEX packages the HAL binary along with its Trusty APP (g7.app). Permission file is also bundled in the apex, so we don't need to copy it separately. For now, the FP APEX is only used when its Trusty App is specified. Bug: 279674662 Test: fingerprint works. Change-Id: Ia8483cc699cadf28eb258087dcda3e89ca8127ca
This commit is contained in:
parent
62b283668d
commit
5e5af5c774
1 changed files with 4 additions and 0 deletions
|
@ -14,8 +14,12 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
ifneq (,$(call soong_config_get,goodix,fingerprint_ta))
|
||||
PRODUCT_PACKAGES += com.google.android.hardware.biometrics.fingerprint
|
||||
else
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.biometrics.fingerprint-service.goodix
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue