mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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:
@@ -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: {
|
||||
|
||||
@@ -11,6 +11,7 @@ aidl_interface {
|
||||
name: "android.hardware.camera.device",
|
||||
vendor_available: true,
|
||||
srcs: ["android/hardware/camera/device/*.aidl"],
|
||||
frozen: true,
|
||||
stability: "vintf",
|
||||
imports: [
|
||||
"android.hardware.common-V2",
|
||||
|
||||
@@ -11,6 +11,7 @@ aidl_interface {
|
||||
name: "android.hardware.camera.metadata",
|
||||
vendor_available: true,
|
||||
srcs: ["android/hardware/camera/metadata/*.aidl"],
|
||||
frozen: true,
|
||||
stability: "vintf",
|
||||
backend: {
|
||||
cpp: {
|
||||
|
||||
Reference in New Issue
Block a user