commit | 8513ef2cc434eb8218d7a10bc5104dc299683782 | [log] [tgz] |
---|---|---|
author | Ilya Matyukhin <ilyamaty@google.com> | Wed Oct 21 16:42:38 2020 -0700 |
committer | Ilya Matyukhin <ilyamaty@google.com> | Wed Oct 21 17:17:27 2020 -0700 |
tree | 57f4cb95337ab4ce8a56ae6e74f531705f6b252d | |
parent | 77d3ff366d160f0b610a685500d60ddc2d4a49da [diff] [blame] |
Enable the Java backend for IFace Bug: 171335732 Test: m android.hardware.biometrics.face-update-api Change-Id: I4c295513217641c3e494a1b2d83f69aeab4c804e
diff --git a/biometrics/face/aidl/Android.bp b/biometrics/face/aidl/Android.bp index 4f8b71d..a4fcbfe 100644 --- a/biometrics/face/aidl/Android.bp +++ b/biometrics/face/aidl/Android.bp
@@ -12,8 +12,7 @@ stability: "vintf", backend: { java: { - enabled: false, - platform_apis: false, + platform_apis: true, }, cpp: { enabled: false,