diff options
author | Hongguang <hgchen@google.com> | 2021-07-22 14:15:00 -0700 |
---|---|---|
committer | Hongguang Chen <hgchen@google.com> | 2021-07-22 21:17:30 +0000 |
commit | 87331887db50ff0350fd7c7be8f0f14e36b3a06f (patch) | |
tree | c99f49dcae0be834cddaa62ac6bc1b2ff2bf0d00 /biometrics | |
parent | c7076309eee18f8b3cfea4b665b88ecc72743908 (diff) |
Setting the version explicitly on the face HAL.
Bug: 194348824
Fix: 194348824
Test: make
Change-Id: I35a4778fbd2d64412e4a318ed4a1c356ac68b554
Diffstat (limited to 'biometrics')
-rw-r--r-- | biometrics/face/aidl/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biometrics/face/aidl/Android.bp b/biometrics/face/aidl/Android.bp index 54d3ecd1e1..27496fb322 100644 --- a/biometrics/face/aidl/Android.bp +++ b/biometrics/face/aidl/Android.bp @@ -15,7 +15,7 @@ aidl_interface { ], imports: [ "android.hardware.biometrics.common", - "android.hardware.common", + "android.hardware.common-V2", "android.hardware.keymaster", ], stability: "vintf", |