Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Suyu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Suyu
Commits
17b5ed9b
There was an error fetching the commit references. Please try again later.
Commit
17b5ed9b
authored
2 years ago
by
bunnei
Browse files
Options
Downloads
Patches
Plain Diff
android: externals: Update libadrenotools, use useLegacyPackaging.
parent
0f9c5b8d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
externals/libadrenotools
+1
-1
1 addition, 1 deletion
externals/libadrenotools
src/android/app/build.gradle.kts
+5
-0
5 additions, 0 deletions
src/android/app/build.gradle.kts
with
6 additions
and
1 deletion
libadrenotools
@
5cd3f5c5
Compare
a6c0947d
...
5cd3f5c5
Subproject commit
a6c0947df6b152b350342f5191b3082768e15e38
Subproject commit
5cd3f5c5ceea6d9e9d435ccdd922d9b99e55d10b
This diff is collapsed.
Click to expand it.
src/android/app/build.gradle.kts
+
5
−
0
View file @
17b5ed9b
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment