aboutsummaryrefslogtreecommitdiffstats
path: root/update-prebuilts.py
diff options
context:
space:
mode:
authorThan McIntosh <thanm@google.com>2016-02-18 16:11:41 -0500
committerThan McIntosh <thanm@google.com>2016-02-18 16:15:27 -0500
commit098157a754787181cfa10e71325832448ddcea98 (patch)
tree7daa9b3d34b07e5e4fc02c4111e31e99426a4295 /update-prebuilts.py
parent2900925f95bf3970fdef12371600a6b65481e30c (diff)
downloadtoolchain_gcc-098157a754787181cfa10e71325832448ddcea98.tar.gz
toolchain_gcc-098157a754787181cfa10e71325832448ddcea98.tar.bz2
toolchain_gcc-098157a754787181cfa10e71325832448ddcea98.zip
Include 'nm' and 'size' in androidkernel list.
Bug: http://b/25371547 Change-Id: I2baa3c7bb74e39c95f32ebd98fd2bb091dbf0cd8
Diffstat (limited to 'update-prebuilts.py')
-rwxr-xr-xupdate-prebuilts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/update-prebuilts.py b/update-prebuilts.py
index 448e0650b..b4921448c 100755
--- a/update-prebuilts.py
+++ b/update-prebuilts.py
@@ -244,6 +244,8 @@ def generate_androidkernel_symlinks(arch, prebuilt_dir, dryrun):
files = {
'ar': 'ar',
'as': 'as',
+ 'size': 'size',
+ 'nm': 'nm',
'cpp': 'cpp',
'ld': 'ld.bfd',
'gcc': 'gcc',