Merge "Mark modules frozen explicitly."

This commit is contained in:
Treehugger Robot 2022-12-20 00:01:29 +00:00 committed by Gerrit Code Review
commit 11fa86bbb4
5 changed files with 6 additions and 0 deletions

View file

@ -41,6 +41,7 @@ aidl_interface {
"android/hardware/audio/common/SinkMetadata.aidl",
"android/hardware/audio/common/SourceMetadata.aidl",
],
frozen: true,
imports: [
"android.media.audio.common.types-V2",
],

View file

@ -27,6 +27,7 @@ aidl_interface {
srcs: [
"android/hardware/automotive/vehicle/**/*.aidl",
],
frozen: true,
stability: "vintf",
backend: {
cpp: {

View file

@ -13,6 +13,7 @@ aidl_interface {
srcs: [
"android/hardware/biometrics/common/*.aidl",
],
frozen: true,
stability: "vintf",
backend: {
java: {

View file

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

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: {