mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
- tools/ci-nightly-dualcore.sh builds the core at both host page sizes and merges both .so into one APK so 16k-page devices load their native core - nightly builds with PGO=optimize (committed pgo/armsx2.profdata) - trigger the nightly on push to master (was schedule + dispatch only) - plain-language changelog in the release body from filtered commit subjects
61 lines
1.6 KiB
Plaintext
61 lines
1.6 KiB
Plaintext
*.iml
|
|
.gradle
|
|
/local.properties
|
|
/.idea/caches
|
|
/.idea/libraries
|
|
/.idea/modules.xml
|
|
/.idea/workspace.xml
|
|
/.idea/navEditor.xml
|
|
/.idea/assetWizardSettings.xml
|
|
.DS_Store
|
|
/build
|
|
/captures
|
|
.externalNativeBuild
|
|
.cxx
|
|
local.properties
|
|
|
|
.idea/
|
|
|
|
# --- signing / release secrets (NEVER commit) ---
|
|
armsx2_keystore.properties
|
|
armsx2_release.jks
|
|
*.jks
|
|
*.keystore
|
|
armsx2_signing_lineage.bin
|
|
*.profdata
|
|
# built release artifacts
|
|
*.aab
|
|
*.apk
|
|
|
|
# shaderc third-party deps: fetched on demand via git-sync-deps, never committed
|
|
app/src/main/cpp/3rdparty/shaderc/third_party/abseil_cpp/
|
|
app/src/main/cpp/3rdparty/shaderc/third_party/effcee/
|
|
app/src/main/cpp/3rdparty/shaderc/third_party/glslang/
|
|
app/src/main/cpp/3rdparty/shaderc/third_party/googletest/
|
|
app/src/main/cpp/3rdparty/shaderc/third_party/re2/
|
|
app/src/main/cpp/3rdparty/shaderc/third_party/spirv-headers/
|
|
app/src/main/cpp/3rdparty/shaderc/third_party/spirv-tools/
|
|
|
|
# --- signing / release secrets (NEVER commit) ---
|
|
armsx2_keystore.properties
|
|
armsx2_release.jks
|
|
*.jks
|
|
*.keystore
|
|
armsx2_signing_lineage.bin
|
|
*.profdata
|
|
# built release artifacts
|
|
*.aab
|
|
*.apk
|
|
|
|
# shaderc third-party deps: fetched on demand via git-sync-deps, never committed
|
|
app/src/main/cpp/3rdparty/shaderc/third_party/abseil_cpp/
|
|
app/src/main/cpp/3rdparty/shaderc/third_party/effcee/
|
|
app/src/main/cpp/3rdparty/shaderc/third_party/glslang/
|
|
app/src/main/cpp/3rdparty/shaderc/third_party/googletest/
|
|
app/src/main/cpp/3rdparty/shaderc/third_party/re2/
|
|
app/src/main/cpp/3rdparty/shaderc/third_party/spirv-headers/
|
|
app/src/main/cpp/3rdparty/shaderc/third_party/spirv-tools/
|
|
|
|
# CI PGO profile for the dual-core nightly (build-release recipe uses this)
|
|
!pgo/armsx2.profdata
|