diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2018-10-19 16:24:42 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2018-10-19 16:25:21 +0000 |
commit | 6fe7c539d52a0ae9f31f2933516513dcb4c1fd38 (patch) | |
tree | cd3e6c14c329794403f7f3d386ebd96ee3258bc8 | |
parent | be4767642f0c4eb5250963371b7c4f3b00e2d509 (diff) | |
parent | 2b682c5639b64ae746243eedef8a06ccf854b20d (diff) | |
download | platform_build-oreo-m7-release.tar.gz platform_build-oreo-m7-release.tar.bz2 platform_build-oreo-m7-release.zip |
Make change and version bump to OPM7.181205.001android-8.1.0_r52oreo-m7-release
Change-Id: If16edc4059c8b0bc62361a47ac35e81d13def3c3
-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 635f9fcc72..0a23589ddf 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. -export BUILD_ID=OPM7.181201.001 +export BUILD_ID=OPM7.181205.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 527d72308f..2904da31dd 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -181,7 +181,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 := 2018-12-01 + PLATFORM_SECURITY_PATCH := 2018-12-05 endif ifndef PLATFORM_BASE_OS |