Disable the rust backend of android.hardware.media.c2

There are currently no users of it. Enabling it will require adding rust
support for the android.os.Surface type that uses ANativeWindow
underneath.

Test: m
Bug: 315556623
Change-Id: Ib9954b1bf476b391919db994bc2dc1483d972670
This commit is contained in:
Devin Moore 2023-12-18 19:28:10 +00:00
parent c61a19bc28
commit 763909c378

View file

@ -42,11 +42,8 @@ aidl_interface {
],
},
rust: {
min_sdk_version: "31",
enabled: true,
additional_rustlibs: [
"libnativewindow_rs",
],
// No users, and no rust implementation of android.os.Surface yet
enabled: false,
},
},
}