diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2023-05-26 06:43:12 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2023-05-26 06:43:12 -0700 |
commit | 246fbdd668c04d1d2c7658dc6ebba625e39f4df0 (patch) | |
tree | 48c458c12753d726291c858733394bc2942f7123 | |
parent | e8e94417a2b5d5b4b376d823088f92b271d32cf5 (diff) | |
parent | 2465bdf5e03f0a556e4e87fc184e0c5957d39392 (diff) |
Merge 2465bdf5e03f0a556e4e87fc184e0c5957d39392 on remote branch
Change-Id: I77991f1607a7e269ad98c1eb5dd6e4a1bb4f26b1
-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 6c31b89326..cf06347a61 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.230426.002 +BUILD_ID=TKQ1.230516.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 758728a956..affdb7afa4 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-04-05 + PLATFORM_SECURITY_PATCH := 2023-05-05 endif include $(BUILD_SYSTEM)/version_util.mk |