aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-06 00:10:43 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-06 00:53:07 +0000
commit89da6310648c4fc6a45224475e32f39c1f4e1c2a (patch)
tree5d847c9235f6af37179c1c96108df61048b6274d
parent3ebc675af3ad55c19ce1a95aac34f8dcfd1c832d (diff)
parent9bb555ba6bf4665b97fc89c3e94ba03de1042c5f (diff)
downloadbuild-android14-mainline-os-statsd-release.tar.gz
Make change and version bump to aml_sta_341410000 for mainline module file: Noneaml_sta_341410000android14-mainline-os-statsd-release
Snap for 11181721 from 9bb555ba6bf4665b97fc89c3e94ba03de1042c5f to mainline-os-statsd-release Change-Id: I9b856d433f22e9a676981cae4a91a861c2f53ddd
-rw-r--r--core/build_id.mk2
-rw-r--r--core/version_defaults.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/core/build_id.mk b/core/build_id.mk
index 5fbadd5a87..c93c3bbb16 100644
--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -18,4 +18,4 @@
# (like "CRB01"). It must be a single word, and is
# capitalized by convention.
-BUILD_ID=341312000
+BUILD_ID=341410000
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index d7ff5aee0d..160c6455ca 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -79,7 +79,7 @@ endif
.KATI_READONLY := PLATFORM_SDK_VERSION
# This is the sdk extension version of this tree.
-PLATFORM_SDK_EXTENSION_VERSION := 10
+PLATFORM_SDK_EXTENSION_VERSION := 11
.KATI_READONLY := PLATFORM_SDK_EXTENSION_VERSION
# This is the sdk extension version that PLATFORM_SDK_VERSION ships with.
@@ -104,7 +104,7 @@ ifndef PLATFORM_SECURITY_PATCH
# It must be of the form "YYYY-MM-DD" on production devices.
# It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
# If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
- PLATFORM_SECURITY_PATCH := 2023-12-01
+ PLATFORM_SECURITY_PATCH := 2024-01-01
endif
include $(BUILD_SYSTEM)/version_util.mk