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

Commit 65fac79e authored by Santos Cordon's avatar Santos Cordon
Browse files

Fix missing current.txt update.

Bug: 409240283
Test: manually build, verify logcat.
Flag: EXEMPT bugfix
Change-Id: I24e781544229bf2baf2cbc5e7172b33dedad2dc2
parent 8b056660
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,7 +30,9 @@ package com.android.server.display.config.layout {
  public class Layout {
    ctor public Layout();
    method public java.util.List<com.android.server.display.config.layout.Display> getDisplay();
    method public String getName();
    method public java.math.BigInteger getState();
    method public void setName(String);
    method public void setState(java.math.BigInteger);
  }