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: { rust: {
min_sdk_version: "31", // No users, and no rust implementation of android.os.Surface yet
enabled: true, enabled: false,
additional_rustlibs: [
"libnativewindow_rs",
],
}, },
}, },
} }