Mark modules frozen explicitly.

Makes it easier to see which versions are available.

Bug: 188871598
Test: N/A
Change-Id: Iec656df1d0008d95ab50f9bd8806517b95242f00
Merged-In: Ica76a8225fec8dc5267362cbfd43e06e65ad3f1e
This commit is contained in:
Steven Moreland
2022-12-06 02:07:44 +00:00
parent a8ceb15747
commit 13666147e9
5 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ aidl_interface {
vendor_available: true,
host_supported: true,
srcs: ["android/hardware/radio/*.aidl"],
frozen: true,
stability: "vintf",
backend: {
cpp: {
@@ -35,6 +36,7 @@ aidl_interface {
vendor_available: true,
host_supported: true,
srcs: ["android/hardware/radio/config/*.aidl"],
frozen: true,
stability: "vintf",
imports: ["android.hardware.radio"],
backend: {