diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2023-10-06 02:13:01 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2023-10-06 02:13:01 -0700 |
commit | 1871fc503bc6091dedf61a4b808bb969a903ab2d (patch) | |
tree | 827caf8e3f197d12950ac6bead87ed4bf3e501c8 | |
parent | a76c3b38950da0b16f2db8b04ca8f66ac83da3f0 (diff) | |
parent | 867e329fcbf2f511d34e37f68feaf4b804d89e5d (diff) |
Merge 867e329fcbf2f511d34e37f68feaf4b804d89e5d on remote branch
Change-Id: Iaed4c4a5104956841a454117b829e6e168b2199a
-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 8cdee0d84a..5bde051c93 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.230915.002 +BUILD_ID=TKQ1.230929.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 033a15f7b3..f9ba4d9e2c 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-09-01 + PLATFORM_SECURITY_PATCH := 2023-10-01 endif include $(BUILD_SYSTEM)/version_util.mk |