mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Add Rust backend to audio common AIDL" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
6155c20db7
@@ -64,6 +64,9 @@ aidl_interface {
|
||||
],
|
||||
min_sdk_version: "31",
|
||||
},
|
||||
rust: {
|
||||
enabled: true,
|
||||
},
|
||||
},
|
||||
versions_with_info: [
|
||||
{
|
||||
@@ -112,6 +115,13 @@ cc_defaults {
|
||||
],
|
||||
}
|
||||
|
||||
rust_defaults {
|
||||
name: "latest_android_hardware_audio_common_rust",
|
||||
rustlibs: [
|
||||
latest_android_hardware_audio_common + "-rust",
|
||||
],
|
||||
}
|
||||
|
||||
aidl_interface_defaults {
|
||||
name: "latest_android_hardware_audio_common_import_interface",
|
||||
imports: [
|
||||
|
||||
Reference in New Issue
Block a user