Merge "Mark modules frozen explicitly."

This commit is contained in:
Steven Moreland
2022-12-12 18:27:49 +00:00
committed by Android (Google) Code Review
7 changed files with 8 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: false,
stability: "vintf",
backend: {
cpp: {

View File

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

View File

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

View File

@@ -11,6 +11,7 @@ aidl_interface {
name: "android.hardware.camera.device",
vendor_available: true,
srcs: ["android/hardware/camera/device/*.aidl"],
frozen: false,
stability: "vintf",
imports: [
"android.hardware.common-V2",

View File

@@ -11,6 +11,7 @@ aidl_interface {
name: "android.hardware.camera.metadata",
vendor_available: true,
srcs: ["android/hardware/camera/metadata/*.aidl"],
frozen: false,
stability: "vintf",
backend: {
cpp: {

View File

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