mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
fbjni gradle obey ABI_FILTERS parameter
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/30135 Test Plan: Imported from OSS Differential Revision: D18610031 Pulled By: IvanKobzarev fbshipit-source-id: 7dd8240b71e9f6d77f723243991cd1b5c9984df6
This commit is contained in:
parent
cc81769e10
commit
1b26e3ff6d
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ android {
|
|||
}
|
||||
}
|
||||
}
|
||||
ndk {
|
||||
abiFilters ABI_FILTERS.split(",")
|
||||
}
|
||||
}
|
||||
buildTypes {
|
||||
debug {
|
||||
|
|
|
|||
Loading…
Reference in a new issue