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:
Ivan Kobzarev
2019-11-19 20:07:53 -08:00
committed by Facebook Github Bot
parent cc81769e10
commit 1b26e3ff6d

View File

@ -17,6 +17,9 @@ android {
} }
} }
} }
ndk {
abiFilters ABI_FILTERS.split(",")
}
} }
buildTypes { buildTypes {
debug { debug {