mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
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:
@@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user