From b990a93646b0492598628a64067f5cd7b50782af Mon Sep 17 00:00:00 2001 From: Jesus Sanchez-Palencia Date: Fri, 16 Jun 2023 00:13:00 +0000 Subject: [PATCH] lights: Add Rust backend to the lights AIDL This enables us to write a lights service in Rust. Bug: 286106270 Tested: Verified with a WIP replacement for the Lights example service. (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:a37bed645683cec20b67b8303aa8e3f6ac08f32a) Change-Id: I6f9838ea711fb194ac9b9f7b3c29eeb87491beb8 --- light/aidl/Android.bp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/light/aidl/Android.bp b/light/aidl/Android.bp index c11934f527..c9fba952cb 100644 --- a/light/aidl/Android.bp +++ b/light/aidl/Android.bp @@ -18,6 +18,9 @@ aidl_interface { java: { sdk_version: "module_current", }, + rust: { + enabled: true, + }, }, versions_with_info: [ {