Enable Rust for camera HAL

Add Rust to camera device and camera provider aidl.

Bug: 347882226
Test: build
Change-Id: Idda1a54584e6710ee72717ad7ad5024cc8b37c52
This commit is contained in:
Yunke Cao
2024-08-06 16:37:38 +09:00
parent f02779e068
commit 3715c79286
2 changed files with 6 additions and 0 deletions

View File

@@ -30,6 +30,9 @@ aidl_interface {
sdk_version: "module_current",
enabled: false,
},
rust: {
enabled: true,
},
},
versions_with_info: [
{

View File

@@ -28,6 +28,9 @@ aidl_interface {
cpp: {
enabled: false,
},
rust: {
enabled: true,
},
},
versions_with_info: [
{