-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathlocal.properties.example
More file actions
41 lines (35 loc) · 1.97 KB
/
Copy pathlocal.properties.example
File metadata and controls
41 lines (35 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# STS2 Android local build options.
#
# Copy this file to `local.properties` and edit non-secret local options. The file is ignored
# by git. Environment variables still take precedence where a script supports both.
# Gradle task used by package scripts.
android.gradle.task=assembleMonoRelease
# APK output copied by package scripts after Gradle finishes.
android.apk.output=android/build/outputs/apk/mono/release/sts2-re.apk
# Stable distribution copies produced by package scripts.
android.importer.dist=dist/sts2-re-importer.apk
android.direct.dist=dist/sts2-re-direct.apk
# Android signing defaults used by package scripts for local release builds. Prefer the
# environment variables RELEASE_KEYSTORE_FILE / RELEASE_KEYSTORE_PASSWORD /
# RELEASE_KEYSTORE_ALIAS for secrets or CI.
android.release_keystore_file=${HOME}/.android/debug.keystore
android.release_keystore_password=android
android.release_keystore_alias=androiddebugkey
# Compatibility build defaults. The historical v0.110.0 flavor currently gates
# the shared v0.110.x public-beta target against the latest v0.110.1 reference;
# the historical v0.109.x flavor remains available for explicit older-target builds.
compat.default_reference_flavor=original-v0.110.0
# Use "matrix" for one schema-2 family pack. Set "legacy" only when you need
# per-version branch packs for back-compat diagnostics.
compat.pack_build_mode=matrix
compat.bundled_packs_config=tools/android/bundled-compat-packs.json
compat.asset_dir=android/assets/compat_packs
compat.worktree_root=.agent/worktrees/compat-packs
compat.pack_remote=origin
compat.apply_build_info_patches=1
# External GitHub reference project preparation.
deps.external_projects_config=tools/deps/external-github-projects.json
deps.external_projects_root=.agent/reference-repos
# If `tools/package/build_direct_apk.sh` is called without an argument, it will use
# STS2_PAYLOAD_ZIP from .env. This option is documented here as a reminder that payloads
# are local/private inputs, not repository state.