add annotation classes

This commit is contained in:
Jean-Marie Mineau 2024-10-28 17:25:39 +01:00
parent 8cdd09f2b0
commit 67d265d2e6

View file

@ -14,6 +14,9 @@ D8_CLASSES = {
"Ldalvik/annotation/InnerClass;",
"Ldalvik/annotation/Signature;",
"Ldalvik/annotation/EnclosingMethod;",
"Ldalvik/annotation/EnclosingClass;",
"Ldalvik/annotation/Throws;",
"Ldalvik/annotation/MemberClasses;",
}
with (local_dir / "android-32" / "classes.txt").open() as file: