8 lines
212 B
Makefile
8 lines
212 B
Makefile
|
# Fingerprint
|
||
|
PRODUCT_PACKAGES += \
|
||
|
fingerprintd
|
||
|
|
||
|
# Permissions
|
||
|
PRODUCT_COPY_FILES += \
|
||
|
frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml
|