mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Support android.hardware.media.c2 in Rust.
Bug: 295245772 Test: m android.hardware.media.c2 Change-Id: I395783980ee12658fb0a246084c4d078840c6574
This commit is contained in:
@@ -41,5 +41,12 @@ aidl_interface {
|
|||||||
"libnativewindow",
|
"libnativewindow",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
rust: {
|
||||||
|
min_sdk_version: "31",
|
||||||
|
enabled: true,
|
||||||
|
additional_rustlibs: [
|
||||||
|
"libnativewindow_rs",
|
||||||
|
],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user