mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-25 09:06:22 +00:00
Filter NDK ABI list (#443)
Allow filtering ABI for creating faster test builds
This commit is contained in:
parent
27f2492edd
commit
53022afdab
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ android {
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 1000
|
versionCode 1000
|
||||||
versionName '1.0-alpha1'
|
versionName '1.0-alpha1'
|
||||||
|
ndk {
|
||||||
|
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
Loading…
Add table
Reference in a new issue