Snap for 12085179 from effd8c87a7 to 24Q4-release

Change-Id: I1d716728846436d69e96814cdfb2bb03f9c7300f
This commit is contained in:
Android Build Coastguard Worker 2024-07-13 01:01:47 +00:00
commit 3b1dbfd6a4
2 changed files with 9 additions and 4 deletions

View file

@ -158,6 +158,4 @@ on boot && property:ro.boot.warranty.sku=UVZ
setprop setupwizard.feature.provisioning_profile_mode true setprop setupwizard.feature.provisioning_profile_mode true
on boot && property:ro.boot.warranty.sku=UTM on boot && property:ro.boot.warranty.sku=UTM
setprop setupwizard.feature.provisioning_profile_mode true setprop setupwizard.feature.provisioning_profile_mode true
# Enable bootstrap for DVT for convenient testing (b/343731008)
on boot && property:ro.boot.hardware.revision=DVT1.0
setprop setupwizard.feature.provisioning_profile_mode true

View file

@ -69,8 +69,15 @@ include device/google/gs-common/touch/gti/predump_gti_dual.mk
include device/google/gs-common/display/dump_second_display.mk include device/google/gs-common/display/dump_second_display.mk
# Increment the SVN for any official public releases # Increment the SVN for any official public releases
ifdef RELEASE_SVN_COMET
TARGET_SVN ?= $(RELEASE_SVN_COMET)
else
# Set this for older releases that don't use build flag
TARGET_SVN ?= 03
endif
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=3 ro.vendor.build.svn=$(TARGET_SVN)
# go/lyric-soong-variables # go/lyric-soong-variables
$(call soong_config_set,lyric,camera_hardware,comet) $(call soong_config_set,lyric,camera_hardware,comet)