Loading core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. export BUILD_ID=OPM1.171019.019 export BUILD_ID=OPM1.171019.020 core/version_defaults.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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-02-05 PLATFORM_SECURITY_PATCH := 2018-03-05 endif ifndef PLATFORM_BASE_OS Loading tools/releasetools/ota_from_target_files.py +5 −0 Original line number Diff line number Diff line Loading @@ -1077,6 +1077,11 @@ def WriteABOTAPackageWithBrilloScript(target_file, output_file, "--target_image", target_file] if source_file is not None: cmd.extend(["--source_image", source_file]) if OPTIONS.downgrade: max_timestamp = GetBuildProp("ro.build.date.utc", OPTIONS.source_info_dict) else: max_timestamp = metadata["post-timestamp"] cmd.extend(["--max_timestamp", max_timestamp]) p1 = common.Run(cmd, stdout=log_file, stderr=subprocess.STDOUT) p1.communicate() assert p1.returncode == 0, "brillo_update_payload generate failed" Loading Loading
core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. export BUILD_ID=OPM1.171019.019 export BUILD_ID=OPM1.171019.020
core/version_defaults.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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-02-05 PLATFORM_SECURITY_PATCH := 2018-03-05 endif ifndef PLATFORM_BASE_OS Loading
tools/releasetools/ota_from_target_files.py +5 −0 Original line number Diff line number Diff line Loading @@ -1077,6 +1077,11 @@ def WriteABOTAPackageWithBrilloScript(target_file, output_file, "--target_image", target_file] if source_file is not None: cmd.extend(["--source_image", source_file]) if OPTIONS.downgrade: max_timestamp = GetBuildProp("ro.build.date.utc", OPTIONS.source_info_dict) else: max_timestamp = metadata["post-timestamp"] cmd.extend(["--max_timestamp", max_timestamp]) p1 = common.Run(cmd, stdout=log_file, stderr=subprocess.STDOUT) p1.communicate() assert p1.returncode == 0, "brillo_update_payload generate failed" Loading