Files
ARMSX2/platforms/android/.gitignore
T
jpolo1224 e2889838ab CI: dual-core (4k + 16k) + PGO nightly, push trigger, plain changelog
- 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
2026-07-13 00:42:11 -04:00

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