blob: 11f65a34210b31a2ac351c8cd0c70bf97b7b3005 [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
Michael Bestasdaa46942023-12-22 21:48:11 +00005readonly os_branch=udc-p
6readonly device_branch=udc
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"