Make change and version bump to AP3A.240613.001
Snap for 11959661 from 73ecbdbbc0
to 24Q3-release
Change-Id: If36fc809403953dc7ebfc818269fc039f15d1fa2
This commit is contained in:
commit
847536f30b
6 changed files with 19 additions and 3 deletions
|
@ -18,4 +18,4 @@
|
|||
# (like "CRB01"). It must be a single word, and is
|
||||
# capitalized by convention.
|
||||
|
||||
BUILD_ID=AP3A.240612.002
|
||||
BUILD_ID=AP3A.240613.001
|
||||
|
|
|
@ -1193,8 +1193,8 @@ RSCOMPAT_NO_USAGEIO_API_LEVELS := 8 9 10 11 12 13
|
|||
|
||||
APPS_DEFAULT_VERSION_NAME := $(PLATFORM_VERSION)
|
||||
|
||||
# Add BUILD_NUMBER to apps if TARGET_BUILD_APPS_WITH_BUILD_NUMBER is defined.
|
||||
ifeq ($(TARGET_BUILD_APPS_WITH_BUILD_NUMBER),true)
|
||||
# Add BUILD_NUMBER to apps if PRODUCT_BUILD_APPS_WITH_BUILD_NUMBER is defined.
|
||||
ifeq ($(PRODUCT_BUILD_APPS_WITH_BUILD_NUMBER),true)
|
||||
APPS_DEFAULT_VERSION_NAME := $(PLATFORM_VERSION)-$(BUILD_NUMBER_FROM_FILE)
|
||||
endif
|
||||
|
||||
|
|
|
@ -493,6 +493,9 @@ _product_single_value_vars += PRODUCT_16K_DEVELOPER_OPTION
|
|||
# by this flag.
|
||||
_product_single_value_vars += PRODUCT_NOT_DEBUGGABLE_IN_USERDEBUG
|
||||
|
||||
# If set, the default value of the versionName of apps will include the build number.
|
||||
_product_single_value_vars += PRODUCT_BUILD_APPS_WITH_BUILD_NUMBER
|
||||
|
||||
.KATI_READONLY := _product_single_value_vars _product_list_vars
|
||||
_product_var_list :=$= $(_product_single_value_vars) $(_product_list_vars)
|
||||
|
||||
|
|
|
@ -58,6 +58,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk)
|
|||
AB_OTA_UPDATER := true
|
||||
AB_OTA_PARTITIONS ?= system
|
||||
|
||||
# Set widevine apex signed with dev key
|
||||
$(call soong_config_set,widevine,use_devkey,true)
|
||||
|
||||
#
|
||||
# Special settings for GSI releasing
|
||||
#
|
||||
|
|
|
@ -60,6 +60,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_x86_64/device.mk)
|
|||
AB_OTA_UPDATER := true
|
||||
AB_OTA_PARTITIONS ?= system
|
||||
|
||||
# Set widevine apex signed with dev key
|
||||
$(call soong_config_set,widevine,use_devkey,true)
|
||||
|
||||
#
|
||||
# Special settings for GSI releasing
|
||||
#
|
||||
|
|
|
@ -4391,3 +4391,10 @@ team {
|
|||
// go/trendy/manage/engineers/5955405559201792
|
||||
trendy_team_id: "5955405559201792",
|
||||
}
|
||||
|
||||
team {
|
||||
name: "trendy_team_android_media_better_together",
|
||||
|
||||
// go/trendy/manage/engineers/5617300451721216
|
||||
trendy_team_id: "5617300451721216",
|
||||
}
|
Loading…
Reference in a new issue