10000 Fix Android publish step with lite interpreter (#111071) · pytorch/pytorch@20a7366 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20a7366

Browse files
huydhnpytorchmergebot
authored andcommitted
Fix Android publish step with lite interpreter (#111071)
This file needs to be added to the list like others. The publish command `BUILD_LITE_INTERPRETER=1 android/gradlew -p android publish` finishes successfully with this and files are available on Nexus: ![Screenshot 2023-10-11 at 11 56 53](https://github.com/pytorch/pytorch/assets/475357/849d4aa7-79f6-47fa-a471-d452d7c1bdf6) Pull Request resolved: #111071 Approved by: https://github.com/atalman
1 parent 6c7013a commit 20a7366

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/pytorch_android/host/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ sourceSets {
1717
java {
1818
srcDir '../src/main/java'
1919
exclude 'org/pytorch/PyTorchAndroid.java'
20+
exclude 'org/pytorch/LitePyTorchAndroid.java'
2021
exclude 'org/pytorch/LiteModuleLoader.java'
2122
exclude 'org/pytorch/LiteNativePeer.java'
2223
}

0 commit comments

Comments
 (0)
0