Merge changes from topic 'muskie-mwc'

* changes:
  muskie: fingerprint: add to vendor interface manifest
  Revert "device-common: don't build fingerprint HAL+service"
This commit is contained in:
Thierry Strudel
2017-02-23 21:47:03 +00:00
committed by Android (Google) Code Review
2 changed files with 9 additions and 4 deletions

View File

@@ -323,9 +323,9 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/lowi.conf:system/etc/lowi.conf
# Fingerprint HIDL implementation
#PRODUCT_PACKAGES += \
# fingerprint.fpc \
# android.hardware.biometrics.fingerprint@2.1-service
PRODUCT_PACKAGES += \
fingerprint.fpc \
android.hardware.biometrics.fingerprint@2.1-service
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml

View File

@@ -5,5 +5,10 @@
<impl level="generic"></impl>
<version>2.0</version>
</hal>
<hal format="hidl">
<name>android.hardware.biometrics.fingerprint</name>
<transport>hwbinder</transport>
<impl level="generic"></impl>
<version>2.1</version>
</hal>
</manifest>