Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
I was playing around with AGP 7.3 and noticed that our native library doesn’t get packaged in the APK (other libs do). We don’t use the default
src/[variant]/jniLibs
dir but instead copy them dynamically and override the path like thisthis works on
7.3.0-alpha07
but breaks fromalpha08
. When I print the inputs for themergeDebugJniLibFolders
task I get thison
alpha07
and belowon
alpha08
and upOverriding
jniLibs
withandroidComponents.onVariants { }
still works