blob: fe17f7d40741f5912aef3e796deb6df41f694823 [file] [log] [blame]
Chirayu Desai5924fec2022-01-13 18:09:26 +02001# Entire file updated manually
Michael Bestasdaa46942023-12-22 21:48:11 +00002readonly android_version=14 # For update-build-desc-fingerprint.sh
3readonly aosp_tag_match=android-14.0 # For update-device-vars.sh
Chirayu Desai5924fec2022-01-13 18:09:26 +02004
Jis G Jacobdf098f42024-07-15 11:47:23 -04005readonly os_branch=universe
6readonly device_branch=universe
Chirayu Desai5924fec2022-01-13 18:09:26 +02007
Chirayu Desaiee2670c2024-07-03 02:15:43 +05308readonly prev_common_aosp_tag=android-14.0.0_r50 # Jun 2024, Pixel 5a - 8
9readonly common_aosp_tag=android-14.0.0_r53 # Jul 2024, Pixel 8
Chirayu Desai5924fec2022-01-13 18:09:26 +020010
Chirayu Desaiee2670c2024-07-03 02:15:43 +053011readonly common_aosp_build_id=AP2A.240705.005 # Jul 2024, Pixel 8
Michael Bestasdaa46942023-12-22 21:48:11 +000012
Chirayu Desaiee2670c2024-07-03 02:15:43 +053013readonly topic=U_asb_2024-07
Michael Bestasdaa46942023-12-22 21:48:11 +000014
15readonly merge_method="merge"