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

Commit f3068ac9 authored by Jesus Sanchez-Palencia's avatar Jesus Sanchez-Palencia Committed by Automerger Merge Worker
Browse files

Merge changes from topic "lights-aidl-rust-derive" am: 5cf8e8e2

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

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

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

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

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