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

Commit 2b2b6a16 authored by Mathew Inwood's avatar Mathew Inwood Committed by android-build-merger
Browse files

Merge "Update annotation name in class2greylist." am: 6c32f5d1 am: 7393f85a am: d8058375

am: cae7c2e9

Change-Id: Iecc746cb8ec5144fc613af2a761c78c604486e3c
parents 4f5e8059 cae7c2e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ import java.io.IOException;
 */
public class Class2Greylist {

    private static final String ANNOTATION_TYPE = "Landroid/annotation/UsedByApps;";
    private static final String ANNOTATION_TYPE = "Landroid/annotation/UnsupportedAppUsage ;";

    public static void main(String[] args) {
        Options options = new Options();