Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46540f28 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "lights aidl: Add required @Rust derive statements" into android14-tests-dev am: f270275c

parents 32ff3ddc f270275c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
c8b1e8ebb88c57dcb2c350a8d9b722e77dd864c8
c8b1e8ebb88c57dcb2c350a8d9b722e77dd864c8
c7d3d941d303c70d1c22759a0b09e41930c1cddb
+1 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.
// later when a module using the interface is updated, e.g., Mainline modules.


package android.hardware.light;
package android.hardware.light;
@VintfStability
@RustDerive(Clone=true, Copy=true) @VintfStability
parcelable HwLight {
parcelable HwLight {
  int id;
  int id;
  int ordinal;
  int ordinal;
+1 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.
// later when a module using the interface is updated, e.g., Mainline modules.


package android.hardware.light;
package android.hardware.light;
@VintfStability
@RustDerive(Clone=true, Copy=true) @VintfStability
parcelable HwLightState {
parcelable HwLightState {
  int color;
  int color;
  android.hardware.light.FlashMode flashMode;
  android.hardware.light.FlashMode flashMode;
+1 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.
// later when a module using the interface is updated, e.g., Mainline modules.


package android.hardware.light;
package android.hardware.light;
@VintfStability
@RustDerive(Clone=true, Copy=true) @VintfStability
parcelable HwLight {
parcelable HwLight {
  int id;
  int id;
  int ordinal;
  int ordinal;
+1 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.
// later when a module using the interface is updated, e.g., Mainline modules.


package android.hardware.light;
package android.hardware.light;
@VintfStability
@RustDerive(Clone=true, Copy=true) @VintfStability
parcelable HwLightState {
parcelable HwLightState {
  int color;
  int color;
  android.hardware.light.FlashMode flashMode;
  android.hardware.light.FlashMode flashMode;
Loading