mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01: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:
parent
6c7013a3dc
commit
20a7366147
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user