mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:  Pull Request resolved: https://github.com/pytorch/pytorch/pull/111071 Approved by: https://github.com/atalman
This commit is contained in:
@ -17,6 +17,7 @@ sourceSets {
|
||||
java {
|
||||
srcDir '../src/main/java'
|
||||
exclude 'org/pytorch/PyTorchAndroid.java'
|
||||
exclude 'org/pytorch/LitePyTorchAndroid.java'
|
||||
exclude 'org/pytorch/LiteModuleLoader.java'
|
||||
exclude 'org/pytorch/LiteNativePeer.java'
|
||||
}
|
||||
|
Reference in New Issue
Block a user