From 4b85e78912b4030386901f723c4d3969e67e588a Mon Sep 17 00:00:00 2001 From: Robin Peng Date: Mon, 22 Jul 2024 03:59:12 +0000 Subject: [PATCH] Update P24 SVN to 5 Bug: 350826665 Change-Id: I806654fb5cc7bb882f8e58bddf4c2cb1d31ae87e Merged-In: I03119ef2438d8a01610787cb54c4173d5a5b9a29 --- device-caiman.mk | 2 +- device-komodo.mk | 2 +- device-tokay.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/device-caiman.mk b/device-caiman.mk index f4faa0ac..955e0cf6 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -70,7 +70,7 @@ include device/google/gs-common/pixelsupport/pixelsupport.mk # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=4 + ro.vendor.build.svn=5 # go/lyric-soong-variables $(call soong_config_set,lyric,camera_hardware,caiman) diff --git a/device-komodo.mk b/device-komodo.mk index 025d40ac..8c08ffc3 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -70,7 +70,7 @@ include device/google/gs-common/pixelsupport/pixelsupport.mk # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=4 + ro.vendor.build.svn=5 # go/lyric-soong-variables $(call soong_config_set,lyric,camera_hardware,komodo) diff --git a/device-tokay.mk b/device-tokay.mk index ca9b13bb..38e51bc6 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -60,7 +60,7 @@ include device/google/gs-common/pixelsupport/pixelsupport.mk # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=4 + ro.vendor.build.svn=5 # go/lyric-soong-variables $(call soong_config_set,lyric,camera_hardware,tokay)