diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2024-07-09 01:52:57 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2024-07-09 01:53:06 +0000 |
commit | 96e4a27f33484b1b3fafe06f90224f0f10765325 (patch) | |
tree | aff0200b55479379d6d94d1e26ce74fa48343a02 | |
parent | d805e74b0c71a8540bb3e2ae9df1fef2939d5bf9 (diff) | |
parent | e1d98e1c6c3a8f2414dd8776301d788346a84bb2 (diff) |
Make change and version bump to UPM1.231025.026
Merge cherrypicks of ['googleplex-android-review.googlesource.com/27941915'] into udc-platform-release.
Change-Id: I9c2a6bcf13a2897068791e52ba226487bc29b065
-rw-r--r-- | core/build_id.mk | 2 | ||||
-rw-r--r-- | core/version_defaults.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/build_id.mk b/core/build_id.mk index e61885ebd5..d466108af8 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=UPM1.231025.025 +BUILD_ID=UPM1.231025.026 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index c0664177a1..0a1d494459 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -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 := 2024-07-05 + PLATFORM_SECURITY_PATCH := 2024-08-05 endif include $(BUILD_SYSTEM)/version_util.mk |