Mark modules frozen explicitly (II)

Makes it easier to see which versions are available.

Bug: 188871598
Test: N/A
Merged-In: Ica76a8225fec8dc5267362cbfd43e06e65ad3f1e
Change-Id: I8c091237478e4b095ce4be280ae5d6fbcd0b7152
This commit is contained in:
Steven Moreland 2022-12-06 02:07:44 +00:00
parent 95aa48b473
commit 945c90f7f5
3 changed files with 3 additions and 0 deletions

View file

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

View file

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

View file

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