Merge "Disable the rust backend of android.hardware.media.c2" into main

This commit is contained in:
Treehugger Robot
2023-12-18 23:27:15 +00:00
committed by Gerrit Code Review

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,
},
},
}