android: externals: Update libadrenotools, use useLegacyPackaging.
This commit is contained in:
2
externals/libadrenotools
vendored
2
externals/libadrenotools
vendored
Submodule externals/libadrenotools updated: a6c0947df6...5cd3f5c5ce
@ -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
|
||||||
|
Reference in New Issue
Block a user