gs101: remove fingerprint HIDL HAL config am: ac47d7885b am: 51f439064c

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14631517

Change-Id: Icd99e880568994f16d4a4ee9b7ef97e415e11c32
This commit is contained in:
Ilya Matyukhin 2021-05-19 19:28:58 +00:00 committed by Automerger Merge Worker
commit 7ba5a92b62

View file

@ -221,14 +221,6 @@
<!-- Auto-brightness sensor type string --> <!-- Auto-brightness sensor type string -->
<string name="config_displayLightSensorType">"com.google.sensor.auto_brightness"</string> <string name="config_displayLightSensorType">"com.google.sensor.auto_brightness"</string>
<!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,
and Strength as defined in Authenticators.java -->
<string-array name="config_biometric_sensors" translatable="false" >
<item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
</string-array>
<!-- Default list of files pinned by the Pinner Service --> <!-- Default list of files pinned by the Pinner Service -->
<string-array translatable="false" name="config_defaultPinnerServiceFiles"> <string-array translatable="false" name="config_defaultPinnerServiceFiles">
<item>"/apex/com.android.art/javalib/core-oj.jar"</item> <item>"/apex/com.android.art/javalib/core-oj.jar"</item>