Skip to content

Commit 49d919c

Browse files
committed
Try more
1 parent 6f6dd0b commit 49d919c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

extension/android/executorch_android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4547
import com.vanniktech.maven.publish.SonatypeHost
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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>

0 commit comments

Comments
 (0)