[android, tools] remove unused XML strings; add script to find unused XML strings #2777
No reviewers
Labels
No labels
android
audio
bug
ci
cmake
confirmed
core
desktop
duplicate
enhancement
frontend
fw
git
graphics
loader
nv gpu
ui
vulkan
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
eden-emu/eden!2777
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "unused-android-strings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: lizzie lizzie@eden-emu.dev
posix shell would be a lot easier imo
@crueter wrote in #2777 (comment):
I highly prefer perl for these kind of stuff - especially since it's already an implicit (build) dependency - also because this kind of array fiddling gets weird on POSIX shell
Perl is completely broken by default on Windows and also not necessarily required.
For arrays, usually you can work around it or use
set --and"$@"(or just use bash)