commit | ce02213c6ab075c1625f61eaa26c5983fee56e11 | [log] [tgz] |
---|---|---|
author | Joe Bolinger <jbolinger@google.com> | Tue Sep 28 19:04:47 2021 +0000 |
committer | Joe Bolinger <jbolinger@google.com> | Mon Oct 25 20:48:04 2021 +0000 |
tree | 5cefa7bfb1dae2c8ea88685be9a06db4db8e5ed8 | |
parent | bb4dce3c695d79715a4e9a7d4746517727cacc06 [diff] [blame] |
Update fingerprint AIDL with additional display id field. This enables the HAL to use stable display ids (i.e. config_displayUniqueIdArray). Bug: 174868353 Test: builds Change-Id: Ib02e9d026d116df3f9acadf6c083f44b37b4169c
diff --git a/biometrics/fingerprint/aidl/Android.bp b/biometrics/fingerprint/aidl/Android.bp index 5295098..c46150e 100644 --- a/biometrics/fingerprint/aidl/Android.bp +++ b/biometrics/fingerprint/aidl/Android.bp
@@ -26,5 +26,8 @@ enabled: false, }, }, - versions: ["1"], + versions: [ + "1", + "2", + ], }