File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
extension/android/executorch_android Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ dependencies {
4040 androidTestImplementation ' androidx.test.ext:junit:1.1.5'
4141 androidTestImplementation ' androidx.test:rules:1.2.0'
4242 androidTestImplementation ' commons-io:commons-io:2.4'
43+ androidTestImplementation ' com.facebook.fbjni:fbjni-java-only:0.5.1'
44+ androidTestImplementation ' com.facebook.soloader:nativeloader:0.10.5'
4345}
4446
4547import com.vanniktech.maven.publish.SonatypeHost
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
3+ <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
4+ <application >
5+ </application >
6+ <instrumentation
7+ android : name =" androidx.test.runner.AndroidJUnitRunner"
8+ android : targetPackage =" org.pytorch.executorch"
9+ android : label =" Tests for ExecuTorch Modules" />
10+ </manifest >
You can’t perform that action at this time.
0 commit comments