mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08: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:
committed by
Facebook Github Bot
parent
cc81769e10
commit
1b26e3ff6d
@ -17,6 +17,9 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
ndk {
|
||||||
|
abiFilters ABI_FILTERS.split(",")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
|
Reference in New Issue
Block a user