summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2019-05-21 23:21:15 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2019-05-21 23:21:15 +0000
commitb2f30c39abb94033255e860a11ad241f6303c87b (patch)
tree6c0b5ea74302d4aa54e64212ca95caa3190fc7ac
parent694cb23c09f0742827389ff1bf4b8dd7169732fa (diff)
parent2b009604ba2de459fb57cea5bf1abfc7d6281b48 (diff)
downloadarm-linux-androideabi-4.9-b2f30c39abb94033255e860a11ad241f6303c87b.tar.gz
Snap for 5590969 from 2b009604ba2de459fb57cea5bf1abfc7d6281b48 to sdk-releaseplatform-tools-29.0.2platform-tools-29.0.1
Change-Id: I68780a94ac5981d65a27e4efe5264e9bfb005f7f
-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