Merge "Enable Rust build of android.hardware.media.bufferpool2." into aosp-main-future

This commit is contained in:
Andrew Walbran
2023-09-26 16:39:05 +00:00
committed by Android (Google) Code Review
2 changed files with 6 additions and 2 deletions

View File

@@ -43,8 +43,9 @@ aidl_interface {
min_sdk_version: "29",
},
rust: {
// FMQ is not supported in the rust backend
enabled: false,
// FMQ is not supported in the rust backend, but we need this AIDL interface for
// HardwareBuffer.
enabled: true,
},
},
frozen: true,

View File

@@ -46,6 +46,9 @@ aidl_interface {
],
min_sdk_version: "29",
},
rust: {
enabled: true,
},
},
versions_with_info: [
{