You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm looking for a way to have both an universal APK and per-ABI splitted APKs in Tauri specifically, but I'm creating this issue here as it seems that the cause lies here.
Describe the solution you'd like split_per_abi should be a tri-state switch instead of a boolean value, so that we can have this intermediate feature where we have both.
Describe alternatives you've considered
Running the build command twice, even with everything already cached, wastes too much time.
Additional context
Not applicable
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm looking for a way to have both an universal APK and per-ABI splitted APKs in Tauri specifically, but I'm creating this issue here as it seems that the cause lies here.
Describe the solution you'd like
split_per_abi
should be a tri-state switch instead of a boolean value, so that we can have this intermediate feature where we have both.Describe alternatives you've considered
Running the build command twice, even with everything already cached, wastes too much time.
Additional context
Not applicable
The text was updated successfully, but these errors were encountered: