mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-25 00:56:35 +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
|
||||
versionCode 1000
|
||||
versionName '1.0-alpha1'
|
||||
ndk {
|
||||
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
Loading…
Add table
Reference in a new issue