diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2018-01-05 18:56:40 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2018-01-05 19:01:03 +0000 |
commit | 51d94ee14311b0fdf36ff4c0741dfc74ac11f5b6 (patch) | |
tree | 6835bba5c187ebbaa3bd1a33e3c6c2ff8837cb94 | |
parent | 058decdde9b0f6e49b8dd032063baa8512f8088c (diff) | |
parent | 4fe054ff3a4f99fe294f055bea56dfc815f2fbc8 (diff) | |
download | platform_build-51d94ee14311b0fdf36ff4c0741dfc74ac11f5b6.tar.gz platform_build-51d94ee14311b0fdf36ff4c0741dfc74ac11f5b6.tar.bz2 platform_build-51d94ee14311b0fdf36ff4c0741dfc74ac11f5b6.zip |
Make change and version bump to OPM2.171019.019
Change-Id: I633d0c63dc646df0adc8a6c2687a27ae0855117f
-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 966c0c8e5d..9a27de41fc 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=OPM2.171019.016 +export BUILD_ID=OPM2.171019.019 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 23fb68e4d2..7ebda5594f 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-01-05 + PLATFORM_SECURITY_PATCH := 2018-02-05 endif ifndef PLATFORM_BASE_OS |