Skip to content
Snippets Groups Projects
Commit 17b5ed9b authored by bunnei's avatar bunnei
Browse files

android: externals: Update libadrenotools, use useLegacyPackaging.

parent 0f9c5b8d
No related branches found
No related tags found
No related merge requests found
Subproject commit a6c0947df6b152b350342f5191b3082768e15e38 Subproject commit 5cd3f5c5ceea6d9e9d435ccdd922d9b99e55d10b
...@@ -32,6 +32,11 @@ android { ...@@ -32,6 +32,11 @@ android {
jvmTarget = "17" jvmTarget = "17"
} }
packagingOptions {
// This is necessary for libadrenotools custom driver loading
jniLibs.useLegacyPackaging = true
}
lint { lint {
// This is important as it will run lint but not abort on error // This is important as it will run lint but not abort on error
// Lint has some overly obnoxious "errors" that should really be warnings // Lint has some overly obnoxious "errors" that should really be warnings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment