commit | edff13e3144bac986a5fde452afefeb07b6523a7 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Dec 06 02:07:44 2022 +0000 |
committer | Steven Moreland <smoreland@google.com> | Thu Dec 08 18:02:08 2022 +0000 |
tree | a4dceaa8112f7390129c183f70109190ee960165 | |
parent | 73ce58ecb6d65958072a882bbe3ee21bb6e05291 [diff] [blame] |
Mark modules frozen explicitly. Makes it easier to see which versions are available. Bug: 188871598 Test: N/A Change-Id: Ica76a8225fec8dc5267362cbfd43e06e65ad3f1e
diff --git a/biometrics/common/aidl/Android.bp b/biometrics/common/aidl/Android.bp index 3cd76fd..88edf04 100644 --- a/biometrics/common/aidl/Android.bp +++ b/biometrics/common/aidl/Android.bp
@@ -13,6 +13,7 @@ srcs: [ "android/hardware/biometrics/common/*.aidl", ], + frozen: false, stability: "vintf", backend: { java: {