correctly set prev_build_id property for sunfish and felix
This property is useful for doing manual comparisons.
This commit is contained in:
parent
b9a09595ed
commit
3ad4fbf6f0
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
device:
|
||||
name: felix
|
||||
build_id: TQ3C.230901.001.A1
|
||||
pev_build_id: TQ3C.230805.001.A3
|
||||
prev_build_id: TQ3C.230805.001.A3
|
||||
|
||||
platform:
|
||||
product_makefile: device/google/felix/aosp_felix.mk
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
device:
|
||||
name: sunfish
|
||||
build_id: TQ3A.230805.001
|
||||
prev_build_id: TQ3A.230705.001
|
||||
platform_security_patch_level_override: 2023-09-01
|
||||
|
||||
platform:
|
||||
|
|
Loading…
Reference in a new issue