mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
Revert "app: enable split apk builds"
Not compatible with F-Droid.
If you can fix F-Droid builds, send pull requests. For now I'm disabling this.
This reverts commit a7eb173178
.
This commit is contained in:
@@ -25,14 +25,9 @@ android {
|
|||||||
cFlags "-std=c11", "-Wall", "-Wextra", "-Werror", "-Os", "-fno-stack-protector", "-Wl,--gc-sections"
|
cFlags "-std=c11", "-Wall", "-Wextra", "-Werror", "-Os", "-fno-stack-protector", "-Wl,--gc-sections"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
splits {
|
ndk {
|
||||||
abi {
|
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
|
||||||
enable true
|
|
||||||
|
|
||||||
reset ()
|
|
||||||
include 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user