android: externals: Update libadrenotools, use useLegacyPackaging.

This commit is contained in:
bunnei 2023-05-29 16:05:39 -07:00
parent 0f9c5b8d6a
commit 17b5ed9baf
2 changed files with 6 additions and 1 deletions

View file

@ -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