Merge "Add Rust backend to audio common AIDL" into main

This commit is contained in:
Treehugger Robot
2024-04-29 18:30:41 +00:00
committed by Android (Google) Code Review

View File

@@ -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: [