diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2018-02-16 22:32:57 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2018-02-16 22:33:21 +0000 |
commit | af0825a6bc29efb651389ccd1f8e277acff24941 (patch) | |
tree | aad8486bf1c0ff2a58120cdf3cc6ffddacd6f00e | |
parent | 5b801cf459fd9ee6a2b39c95ce3c250886a07019 (diff) | |
parent | 7dcd44ce46822a7b03da409162d585c44a4fcf32 (diff) | |
download | platform_build-af0825a6bc29efb651389ccd1f8e277acff24941.tar.gz platform_build-af0825a6bc29efb651389ccd1f8e277acff24941.tar.bz2 platform_build-af0825a6bc29efb651389ccd1f8e277acff24941.zip |
Make change and version bump to OPM1.171019.026android-wear-8.1.0_r1android-8.1.0_r19oreo-mr1-wear-releaseoreo-mr1-releaseoreo-mr1-cuttlefish-testing
Change-Id: Ibc83524403c4b5acdfd8fe0ce54248d8b4a14d90
-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 f4db18008b..cc4e9f6dc1 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=OPM1.171019.025 +export BUILD_ID=OPM1.171019.026 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index f03d9ba34e..ba494ff0c1 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-03-05 + PLATFORM_SECURITY_PATCH := 2018-04-05 endif ifndef PLATFORM_BASE_OS |