From 41d6ca8674c0322a3b5deea45fcd84abe66b75d0 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Mon, 21 Jun 2010 15:30:45 -0700 Subject: [PATCH 1/7] include build timestamp in OTA metadata Change-Id: I44292c6346db3356dfafbd044027e37a9b467cfe --- tools/releasetools/ota_from_target_files | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/releasetools/ota_from_target_files b/tools/releasetools/ota_from_target_files index cf5fb3483..932d5b031 100755 --- a/tools/releasetools/ota_from_target_files +++ b/tools/releasetools/ota_from_target_files @@ -355,6 +355,7 @@ def WriteFullOTAPackage(input_zip, output_zip): metadata = {"post-build": GetBuildProp("ro.build.fingerprint", input_zip), "pre-device": GetBuildProp("ro.product.device", input_zip), + "post-timestamp": GetBuildProp("ro.build.date.utc", input_zip), } device_specific = common.DeviceSpecificParams( @@ -602,6 +603,7 @@ def WriteIncrementalOTAPackage(target_zip, source_zip, output_zip): raise ValueError('unknown script mode "%s"' % (OPTIONS.script_mode,)) metadata = {"pre-device": GetBuildProp("ro.product.device", source_zip), + "post-timestamp": GetBuildProp("ro.build.date.utc", target_zip), } device_specific = common.DeviceSpecificParams( From dbfc86a775204c059b0754ad99f02e14cb507c17 Mon Sep 17 00:00:00 2001 From: android-build SharedAccount Date: Thu, 26 Aug 2010 18:18:01 -0700 Subject: [PATCH 2/7] FRG57 Change-Id: I752099d524363a9f0e67fc03e675a1140f6a9b35 --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 74268b84c..0ee502559 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=FRG51 +export BUILD_ID=FRG57 From 06f158a0061536a0ace52e4e67f83839bb94ce9f Mon Sep 17 00:00:00 2001 From: android-build SharedAccount Date: Fri, 27 Aug 2010 08:29:29 -0700 Subject: [PATCH 3/7] FRG58 Change-Id: I563fc1c76f6960f575e3e9cea6e8995acaf8dd2c --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 0ee502559..45dcfb369 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=FRG57 +export BUILD_ID=FRG58 From 86558909e9c87d77c4489ef08cc61aa9f78e1712 Mon Sep 17 00:00:00 2001 From: android-build SharedAccount Date: Fri, 3 Sep 2010 15:16:26 -0700 Subject: [PATCH 4/7] FRG58B Change-Id: Id32bf5347ce2ea64d41e18602e1d0e6a9b1537ac --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 45dcfb369..ae1e7a2e0 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=FRG58 +export BUILD_ID=FRG58B From b6d0be1e3a67266af8c6989324c0c2e742059c9e Mon Sep 17 00:00:00 2001 From: android-build SharedAccount Date: Mon, 13 Sep 2010 14:32:43 -0700 Subject: [PATCH 5/7] FRG75 Change-Id: Ic2ff2bb61c9e5bb1983593d9dc3de4a919fcccd0 --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index ae1e7a2e0..028d9cdeb 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=FRG58B +export BUILD_ID=FRG75 From df747a140b96933ce09c46330897384f95242ae1 Mon Sep 17 00:00:00 2001 From: android-build SharedAccount Date: Thu, 16 Sep 2010 14:04:48 -0700 Subject: [PATCH 6/7] FRG78 Change-Id: I7de099f3c8650c05d70128313c3f46db5fcad2c0 --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 028d9cdeb..baf5c9a6c 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -19,4 +19,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=FRG75 +export BUILD_ID=FRG78 From 9825eacd6886be71222209d4b6ead2f82e3e914a Mon Sep 17 00:00:00 2001 From: android-build SharedAccount Date: Tue, 21 Sep 2010 13:58:39 -0700 Subject: [PATCH 7/7] FRG83 Change-Id: I8d8fa5700e05930be8550f536561498010725fb4 --- core/build_id.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/build_id.mk b/core/build_id.mk index baf5c9a6c..446eacc9b 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -1,4 +1,3 @@ - # # Copyright (C) 2008 The Android Open Source Project # @@ -19,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=FRG78 +export BUILD_ID=FRG83