summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohannad Farrag <aymanm@google.com>2023-09-29 07:56:29 +0000
committerMohannad Farrag <aymanm@google.com>2023-09-29 08:02:31 +0000
commit79d3d0b33550f23adcc713ac9eef65adea92e90b (patch)
treeb3dc793b96cbcd7724eb040146e913f1c865816e
parent4f7ebec594e3f79ab72eb7401ea4bbba62bf5441 (diff)
downloadcronet-79d3d0b33550f23adcc713ac9eef65adea92e90b.tar.gz
Update timestamp in Cronet Testing
* Net testing has start failing due to the 70 days limitation as seen here [https://android-build.corp.google.com/test_investigate/?testResultId=TR94028837427241517&invocationId=I60800010184213045] Test: None Bug: 294304120 Change-Id: I0ca7cf19ef6f0c20478bd9a5858396bd11e5257f
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index d4fa2942a..4296c2ad4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3536,7 +3536,7 @@ cc_library_static {
cc_genrule {
name: "cronet_aml_base_build_date",
cmd: "$(location base/write_build_date_header.py) $(out) " +
- "1691151576",
+ "1695894411",
out: [
"base/generated_build_date.h",
],
@@ -3552,7 +3552,7 @@ cc_genrule {
cc_genrule {
name: "cronet_aml_base_build_date__testing",
cmd: "$(location base/write_build_date_header.py) $(out) " +
- "1691151576",
+ "1695894411",
host_supported: true,
out: [
"base/generated_build_date.h",