[android] fix strings and defaults

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-07-09 16:50:44 -04:00
parent 591a446bd1
commit 64f40c8b88
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6
30 changed files with 151 additions and 133 deletions

View file

@ -31,7 +31,7 @@ endif()
# Generate cpp with Git revision from template
# Also if this is a CI build, add the build name (ie: Nightly, Canary) to the scm_rev file as well
set(REPO_NAME "eden")
set(REPO_NAME "Eden")
set(BUILD_ID ${GIT_BRANCH})
set(BUILD_FULLNAME "${REPO_NAME} ${BUILD_VERSION} ")