Merge "Update annotation name in class2greylist." am: 6c32f5d18e

am: 7393f85a6e

Change-Id: I0fd8a3ee7d3b1deca76c989328a76c06274b736b
This commit is contained in:
Mathew Inwood
2018-07-25 05:09:10 -07:00
committed by android-build-merger

View File

@@ -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();