Enable Rust backend for Camera HAL

Change-Id: I70ee4b41d887a9e9b1345020df9d591abdba5c65
This commit is contained in:
Vadim Caen
2022-10-17 14:11:41 +00:00
parent f8f5cf9f49
commit 60741ed7a2
7 changed files with 21 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ aidl_interface {
],
min_sdk_version: "29",
},
rust: {
enabled: true,
}
},
frozen: true,
versions: [

View File

@@ -36,6 +36,9 @@ aidl_interface {
],
min_sdk_version: "29",
},
rust: {
enabled: true,
}
},
frozen: true,
versions: ["1"],