aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThan McIntosh <thanm@google.com>2016-04-01 08:42:30 -0400
committerThan McIntosh <thanm@google.com>2016-04-01 08:49:03 -0400
commit9ddde4bb7abe374ff3d0e230e91ab0b9241a677b (patch)
tree8a45e330464d4882ff1d0a14e5888aa058249a08
parentaec28b44e467a139d5f5cefe038e3f4a30dfc478 (diff)
downloadtoolchain_gcc-9ddde4bb7abe374ff3d0e230e91ab0b9241a677b.tar.gz
toolchain_gcc-9ddde4bb7abe374ff3d0e230e91ab0b9241a677b.tar.bz2
toolchain_gcc-9ddde4bb7abe374ff3d0e230e91ab0b9241a677b.zip
Include -kernel link for 'strip'.
When creating the symlinks for the kernel variant of the toolchains, include a link for 'strip' (needed for brillo kernel build). Bug: 27959161 Change-Id: Id83e3e03f17b3de6178853d20684b474178d7928
-rwxr-xr-xupdate-prebuilts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/update-prebuilts.py b/update-prebuilts.py
index b4921448c..818caa900 100755
--- a/update-prebuilts.py
+++ b/update-prebuilts.py
@@ -245,6 +245,7 @@ def generate_androidkernel_symlinks(arch, prebuilt_dir, dryrun):
'ar': 'ar',
'as': 'as',
'size': 'size',
+ 'strip': 'strip',
'nm': 'nm',
'cpp': 'cpp',
'ld': 'ld.bfd',