commit | 87331887db50ff0350fd7c7be8f0f14e36b3a06f | [log] [tgz] |
---|---|---|
author | Hongguang <hgchen@google.com> | Thu Jul 22 14:15:00 2021 -0700 |
committer | Hongguang Chen <hgchen@google.com> | Thu Jul 22 21:17:30 2021 +0000 |
tree | c99f49dcae0be834cddaa62ac6bc1b2ff2bf0d00 | |
parent | c7076309eee18f8b3cfea4b665b88ecc72743908 [diff] [blame] |
Setting the version explicitly on the face HAL. Bug: 194348824 Fix: 194348824 Test: make Change-Id: I35a4778fbd2d64412e4a318ed4a1c356ac68b554
diff --git a/biometrics/face/aidl/Android.bp b/biometrics/face/aidl/Android.bp index 54d3ecd..27496fb 100644 --- a/biometrics/face/aidl/Android.bp +++ b/biometrics/face/aidl/Android.bp
@@ -15,7 +15,7 @@ ], imports: [ "android.hardware.biometrics.common", - "android.hardware.common", + "android.hardware.common-V2", "android.hardware.keymaster", ], stability: "vintf",