mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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:
@@ -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",
|
||||
],
|
||||
|
||||
@@ -27,6 +27,7 @@ aidl_interface {
|
||||
srcs: [
|
||||
"android/hardware/automotive/vehicle/**/*.aidl",
|
||||
],
|
||||
frozen: true,
|
||||
stability: "vintf",
|
||||
backend: {
|
||||
cpp: {
|
||||
|
||||
@@ -13,6 +13,7 @@ aidl_interface {
|
||||
srcs: [
|
||||
"android/hardware/biometrics/common/*.aidl",
|
||||
],
|
||||
frozen: true,
|
||||
stability: "vintf",
|
||||
backend: {
|
||||
java: {
|
||||
|
||||
@@ -12,6 +12,7 @@ aidl_interface {
|
||||
host_supported: true,
|
||||
vendor_available: true,
|
||||
srcs: ["android/hardware/input/common/*.aidl"],
|
||||
frozen: true,
|
||||
stability: "vintf",
|
||||
backend: {
|
||||
cpp: {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user