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

Commit fcb6c411 authored by Andrew Walbran's avatar Andrew Walbran
Browse files

Enable Rust build of android.hardware.media.bufferpool2.

This is a prerequisite for android.hardware.media.c2, which I'm
splitting out to a separate CL to simplify merging.

Bug: 295245772
Change-Id: I1ab9ed45b0b500065c0f18b810c3aa266878b80f
parent 60423940
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -43,8 +43,9 @@ aidl_interface {
            min_sdk_version: "29",
        },
        rust: {
            // FMQ is not supported in the rust backend
            enabled: false,
            // FMQ is not supported in the rust backend, but we need this AIDL interface for
            // HardwareBuffer.
            enabled: true,
        },
    },
    frozen: true,
+3 −0
Original line number Diff line number Diff line
@@ -46,6 +46,9 @@ aidl_interface {
            ],
            min_sdk_version: "29",
        },
        rust: {
            enabled: true,
        },
    },
    versions_with_info: [
        {