Remove FastNative stub (#2631)

It's now included in platform 34
This commit is contained in:
LoveSy 2023-07-15 18:24:16 +08:00 committed by GitHub
parent 09806d3c36
commit a483aa3248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 13 deletions

View File

@ -23,8 +23,6 @@ package org.lsposed.lspd.nativebridge;
import android.content.res.Resources;
import android.content.res.XResources;
import java.lang.reflect.Constructor;
import dalvik.annotation.optimization.FastNative;
public class ResourcesHook {

View File

@ -1,11 +0,0 @@
package dalvik.annotation.optimization;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.CLASS)
@Target(ElementType.METHOD)
public @interface FastNative {
}