mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 00:20:57 +02:00
Fix build failures.
This commit is contained in:
+5
-1
@@ -19,7 +19,6 @@ android {
|
|||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
arguments "-DANDROID_STL=c++_shared"
|
arguments "-DANDROID_STL=c++_shared"
|
||||||
cppFlags "-Wno-error=cast-function-type-strict"
|
|
||||||
// https://issuetracker.google.com/issues/274493986
|
// https://issuetracker.google.com/issues/274493986
|
||||||
// Transitive shared library that's added through `add_dependencies` is not taken into
|
// Transitive shared library that's added through `add_dependencies` is not taken into
|
||||||
// account. This result in liboboe.so and libluajit.so not get included into the final
|
// account. This result in liboboe.so and libluajit.so not get included into the final
|
||||||
@@ -172,3 +171,8 @@ dependencies {
|
|||||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
||||||
implementation 'com.google.oboe:oboe:1.7.0'
|
implementation 'com.google.oboe:oboe:1.7.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// We don't even use Kotlin. Why we have to suffer...
|
||||||
|
configurations.implementation {
|
||||||
|
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jdk8'
|
||||||
|
}
|
||||||
|
|||||||
+1
-1
Submodule app/src/main/cpp/love updated: 96040b2b2a...f43c6fedeb
Submodule app/src/main/cpp/megasource updated: 84a7cbb396...44ba332ebe
Reference in New Issue
Block a user