vars: Add some vars to remove hardcoding in scripts
Change-Id: I587b2e76baa084f5315a57e22b9fb6166d2afc37
This commit is contained in:
parent
d7fa6a32e2
commit
163706405e
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
# Entire file updated manually
|
# Entire file updated manually
|
||||||
|
readonly android_version=13 # For update-build-desc-fingerprint.sh
|
||||||
|
readonly aosp_tag_match=android-13.0 # For update-device-vars.sh
|
||||||
|
|
||||||
readonly prev_os_branch=lineage-19.1
|
readonly prev_os_branch=lineage-19.1
|
||||||
readonly os_branch=lineage-20.0
|
readonly os_branch=lineage-20.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue