mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Fix androidTest - exclude host tests from it
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/31522 Test Plan: Imported from OSS Reviewed By: dreiss Differential Revision: D19200861 Pulled By: IvanKobzarev fbshipit-source-id: a6024f3013398f9e0d237e06c984a20493d42f11
This commit is contained in:
parent
c65305e991
commit
492ca46e71
|
|
@ -33,6 +33,11 @@ android {
|
|||
}
|
||||
jniLibs.srcDirs = ['src/main/jniLibs']
|
||||
}
|
||||
androidTest {
|
||||
java {
|
||||
exclude 'org/pytorch/PytorchHostTests.java'
|
||||
}
|
||||
}
|
||||
}
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user