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

Commit f1384c02 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "SystemUI include static lib WindowManager-Shell(1/N)"

parents 9ed4468e a17858d1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -140,7 +140,8 @@ android_library {
        "testables",
        "truth-prebuilt",
        "dagger2",
        "jsr330"
        "jsr330",
        "WindowManager-Shell",
    ],
    libs: [
        "android.test.runner",
+3 −1
Original line number Diff line number Diff line
@@ -40,3 +40,5 @@
-keep public class * extends com.android.systemui.SystemUI {
    public <init>(android.content.Context);
}

-keep class com.android.wm.shell.*
 No newline at end of file