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:
parent
c61a19bc28
commit
763909c378
1 changed files with 2 additions and 5 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue