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

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

Merge "Add platform-systemserverclasspath." am: 61f27d7d am: 0fd596fd

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1665367

Change-Id: I25b9583313dedf268733fd6b22536cd000b0504c
parents d9fff75b 0fd596fd
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -98,4 +98,12 @@ platform_bootclasspath {
            dest: "hiddenapi-unsupported.csv",
            dest: "hiddenapi-unsupported.csv",
        },
        },
    ],
    ],

    required: [
        "platform-systemserverclasspath",
    ],
}

platform_systemserverclasspath {
    name: "platform-systemserverclasspath",
}
}