1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Re-add armeabi-v7a

This commit is contained in:
Gymnasiast
2022-03-10 00:06:56 +01:00
parent a80025f87d
commit 93cce0bbc4

View File

@@ -15,7 +15,7 @@ android {
arguments '-DANDROID_STL=c++_shared'
targets 'openrct2', 'openrct2-ui', 'openrct2-cli'
// abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
abiFilters 'arm64-v8a'
abiFilters 'armeabi-v7a', 'arm64-v8a'
}
}
}