mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 23:48:30 +00:00
Merge "Mark modules frozen explicitly." am: 11fa86bbb4
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2328923 Change-Id: I9a0a63646ac4dffe549198fa9b65222ab186dbcc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -41,6 +41,7 @@ aidl_interface {
|
|||||||
"android/hardware/audio/common/SinkMetadata.aidl",
|
"android/hardware/audio/common/SinkMetadata.aidl",
|
||||||
"android/hardware/audio/common/SourceMetadata.aidl",
|
"android/hardware/audio/common/SourceMetadata.aidl",
|
||||||
],
|
],
|
||||||
|
frozen: true,
|
||||||
imports: [
|
imports: [
|
||||||
"android.media.audio.common.types-V2",
|
"android.media.audio.common.types-V2",
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ aidl_interface {
|
|||||||
srcs: [
|
srcs: [
|
||||||
"android/hardware/automotive/vehicle/**/*.aidl",
|
"android/hardware/automotive/vehicle/**/*.aidl",
|
||||||
],
|
],
|
||||||
|
frozen: true,
|
||||||
stability: "vintf",
|
stability: "vintf",
|
||||||
backend: {
|
backend: {
|
||||||
cpp: {
|
cpp: {
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ aidl_interface {
|
|||||||
srcs: [
|
srcs: [
|
||||||
"android/hardware/biometrics/common/*.aidl",
|
"android/hardware/biometrics/common/*.aidl",
|
||||||
],
|
],
|
||||||
|
frozen: true,
|
||||||
stability: "vintf",
|
stability: "vintf",
|
||||||
backend: {
|
backend: {
|
||||||
java: {
|
java: {
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ aidl_interface {
|
|||||||
host_supported: true,
|
host_supported: true,
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
srcs: ["android/hardware/input/common/*.aidl"],
|
srcs: ["android/hardware/input/common/*.aidl"],
|
||||||
|
frozen: true,
|
||||||
stability: "vintf",
|
stability: "vintf",
|
||||||
backend: {
|
backend: {
|
||||||
cpp: {
|
cpp: {
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ aidl_interface {
|
|||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
srcs: ["android/hardware/radio/*.aidl"],
|
srcs: ["android/hardware/radio/*.aidl"],
|
||||||
|
frozen: true,
|
||||||
stability: "vintf",
|
stability: "vintf",
|
||||||
backend: {
|
backend: {
|
||||||
cpp: {
|
cpp: {
|
||||||
@@ -35,6 +36,7 @@ aidl_interface {
|
|||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
srcs: ["android/hardware/radio/config/*.aidl"],
|
srcs: ["android/hardware/radio/config/*.aidl"],
|
||||||
|
frozen: true,
|
||||||
stability: "vintf",
|
stability: "vintf",
|
||||||
imports: ["android.hardware.radio"],
|
imports: ["android.hardware.radio"],
|
||||||
backend: {
|
backend: {
|
||||||
|
|||||||
Reference in New Issue
Block a user