Merge "Support android.hardware.media.c2 in Rust." into main
This commit is contained in:
commit
41041d6d9c
1 changed files with 7 additions and 0 deletions
|
@ -41,5 +41,12 @@ aidl_interface {
|
|||
"libnativewindow",
|
||||
],
|
||||
},
|
||||
rust: {
|
||||
min_sdk_version: "31",
|
||||
enabled: true,
|
||||
additional_rustlibs: [
|
||||
"libnativewindow_rs",
|
||||
],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue