summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------externals/libadrenotools0
-rw-r--r--src/android/app/build.gradle.kts5
2 files changed, 5 insertions, 0 deletions
diff --git a/externals/libadrenotools b/externals/libadrenotools
-Subproject a6c0947df6b152b350342f5191b3082768e15e3
+Subproject 5cd3f5c5ceea6d9e9d435ccdd922d9b99e55d10
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts
index 21ebfa4fc..4aa19c91a 100644
--- a/src/android/app/build.gradle.kts
+++ b/src/android/app/build.gradle.kts
@@ -32,6 +32,11 @@ android {
jvmTarget = "17"
}
+ packagingOptions {
+ // This is necessary for libadrenotools custom driver loading
+ jniLibs.useLegacyPackaging = true
+ }
+
lint {
// This is important as it will run lint but not abort on error
// Lint has some overly obnoxious "errors" that should really be warnings