diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2023-11-08 03:30:10 -0800 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2023-11-08 03:30:10 -0800 |
commit | 74439066711d8961ff31932379c2cee632f562c3 (patch) | |
tree | 4b3d49ed141f472ef7253b1167eb197c02842cd7 | |
parent | 85d79689221ae5c0fc1b751e149c65da4d02071b (diff) | |
parent | 8b6245bef4f2838dfe55536783f7463c3eceb9d8 (diff) |
Merge 8b6245bef4f2838dfe55536783f7463c3eceb9d8 on remote branch
Change-Id: Ic24c7a9bdd1f3b4b3571a1022346b60ed0aa7ed3
-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 ce1d35ca9c..63fb547d9e 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=TKQ1.231020.002 +BUILD_ID=TKQ1.231031.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index f9ba4d9e2c..6c3b752392 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -111,7 +111,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-10-01 + PLATFORM_SECURITY_PATCH := 2023-11-01 endif include $(BUILD_SYSTEM)/version_util.mk |