summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-01-11 04:04:37 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-01-11 04:04:37 +0000
commit3ddfb3c8ccf671fb3a275fb177bd161952021fb6 (patch)
tree83409009ab965d170384910f0657dd58081f795d
parentfe93c3bb14400d31b8683f1d3cdee265d308f44b (diff)
parent488c9d68f82779f6f060df2c385f079a795002f6 (diff)
downloadarm-linux-androideabi-4.9-3ddfb3c8ccf671fb3a275fb177bd161952021fb6.tar.gz
Snap for 6127482 from 488c9d68f82779f6f060df2c385f079a795002f6 to rvc-release
Change-Id: Ide53d5c7cdbfcbc74d048aae24e66948489ea7b0
-rwxr-xr-xbin/arm-linux-androideabi-gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/arm-linux-androideabi-gcc b/bin/arm-linux-androideabi-gcc
index 97c02a0..831df9e 100755
--- a/bin/arm-linux-androideabi-gcc
+++ b/bin/arm-linux-androideabi-gcc
@@ -65,7 +65,7 @@ class CompilerWrapper():
self.process_gomacc_command()
self.add_flags()
self.execargs += [self.real_compiler] + self.args
- time.sleep(3)
+ time.sleep(10)
os.execv(self.argv0, self.execargs)