summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-04-20 23:09:06 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-04-20 23:09:06 +0000
commit0c481d1019aba5bd2fdcfc5f7177a9e5f9c8d004 (patch)
tree6c0b5ea74302d4aa54e64212ca95caa3190fc7ac
parent3086e79e4ebc34777c5afa7cb6ddf386c5947632 (diff)
parent61c1233845dda3d5ffa0326343ae2140b7f930ae (diff)
downloadarm-linux-androideabi-4.9-0c481d1019aba5bd2fdcfc5f7177a9e5f9c8d004.tar.gz
Snap for 5490630 from 61c1233845dda3d5ffa0326343ae2140b7f930ae to rvc-release
Change-Id: I4ffc4c68c9dad60b2596116f5d976efb4627f445
-rwxr-xr-xbin/11e1bff0-6232-11e9-a0b8-ab0e95bc2acd (renamed from bin/7fefe5b2-2588-11e9-996b-2bbad94f2d53)bin784928 -> 784928 bytes
-rwxr-xr-xbin/2cddb322-6232-11e9-93da-4755b1c03667 (renamed from bin/8345f5e4-2588-11e9-ba23-c7b0d410816e)bin789024 -> 789024 bytes
-rwxr-xr-xbin/arm-linux-androideabi-g++4
-rwxr-xr-xbin/arm-linux-androideabi-gcc4
-rwxr-xr-xbin/arm-linux-androideabi-gcc-4.9.xbin784928 -> 0 bytes
l---------bin/arm-linux-androidkernel-elfedit1
6 files changed, 7 insertions, 2 deletions
diff --git a/bin/7fefe5b2-2588-11e9-996b-2bbad94f2d53 b/bin/11e1bff0-6232-11e9-a0b8-ab0e95bc2acd
index af3717d..af3717d 100755
--- a/bin/7fefe5b2-2588-11e9-996b-2bbad94f2d53
+++ b/bin/11e1bff0-6232-11e9-a0b8-ab0e95bc2acd
Binary files differ
diff --git a/bin/8345f5e4-2588-11e9-ba23-c7b0d410816e b/bin/2cddb322-6232-11e9-93da-4755b1c03667
index 8a37bdb..8a37bdb 100755
--- a/bin/8345f5e4-2588-11e9-ba23-c7b0d410816e
+++ b/bin/2cddb322-6232-11e9-93da-4755b1c03667
Binary files differ
diff --git a/bin/arm-linux-androideabi-g++ b/bin/arm-linux-androideabi-g++
index 5923d19..cbe488e 100755
--- a/bin/arm-linux-androideabi-g++
+++ b/bin/arm-linux-androideabi-g++
@@ -3,6 +3,7 @@
from __future__ import print_function
import os
import sys
+import time
class CompilerWrapper():
def __init__(self, argv):
@@ -25,7 +26,7 @@ class CompilerWrapper():
compiler = os.path.basename(os.path.abspath(__file__))
self.real_compiler = os.path.join(
compiler_path,
- "8345f5e4-2588-11e9-ba23-c7b0d410816e")
+ "2cddb322-6232-11e9-93da-4755b1c03667")
self.argv0 = self.real_compiler
def process_gomacc_command(self):
@@ -64,6 +65,7 @@ class CompilerWrapper():
self.process_gomacc_command()
self.add_flags()
self.execargs += [self.real_compiler] + self.args
+ time.sleep(1)
os.execv(self.argv0, self.execargs)
diff --git a/bin/arm-linux-androideabi-gcc b/bin/arm-linux-androideabi-gcc
index e937a80..cb1efbb 100755
--- a/bin/arm-linux-androideabi-gcc
+++ b/bin/arm-linux-androideabi-gcc
@@ -3,6 +3,7 @@
from __future__ import print_function
import os
import sys
+import time
class CompilerWrapper():
def __init__(self, argv):
@@ -25,7 +26,7 @@ class CompilerWrapper():
compiler = os.path.basename(os.path.abspath(__file__))
self.real_compiler = os.path.join(
compiler_path,
- "7fefe5b2-2588-11e9-996b-2bbad94f2d53")
+ "11e1bff0-6232-11e9-a0b8-ab0e95bc2acd")
self.argv0 = self.real_compiler
def process_gomacc_command(self):
@@ -64,6 +65,7 @@ class CompilerWrapper():
self.process_gomacc_command()
self.add_flags()
self.execargs += [self.real_compiler] + self.args
+ time.sleep(1)
os.execv(self.argv0, self.execargs)
diff --git a/bin/arm-linux-androideabi-gcc-4.9.x b/bin/arm-linux-androideabi-gcc-4.9.x
deleted file mode 100755
index af3717d..0000000
--- a/bin/arm-linux-androideabi-gcc-4.9.x
+++ /dev/null
Binary files differ
diff --git a/bin/arm-linux-androidkernel-elfedit b/bin/arm-linux-androidkernel-elfedit
new file mode 120000
index 0000000..076db8e
--- /dev/null
+++ b/bin/arm-linux-androidkernel-elfedit
@@ -0,0 +1 @@
+arm-linux-androideabi-elfedit \ No newline at end of file