Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6155c20d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 40ed0803 843abc56
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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: [