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

Commit 949e9241 authored by Tianjie Xu's avatar Tianjie Xu Committed by Automerger Merge Worker
Browse files

Merge "Add more enums to the ota type" am: 6f2a44a0 am: ed9789d4 am: f56704c7 am: 6891ae02

Original change: https://android-review.googlesource.com/c/platform/build/+/1416508

Change-Id: Ie5cd79b99bc2fce891a584bc93dba13d68b1836a
parents a2101d84 6891ae02
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -64,8 +64,10 @@ message DeviceState {
// and prerequisite to install the update correctly.
message OtaMetadata {
  enum OtaType {
    AB = 0;
    BLOCK = 1;
    UNKNOWN = 0;
    AB = 1;
    BLOCK = 2;
    BRICK = 3;
  };
  OtaType type = 1;
  // True if we need to wipe after the update.