From 098157a754787181cfa10e71325832448ddcea98 Mon Sep 17 00:00:00 2001 From: Than McIntosh Date: Thu, 18 Feb 2016 16:11:41 -0500 Subject: Include 'nm' and 'size' in androidkernel list. Bug: http://b/25371547 Change-Id: I2baa3c7bb74e39c95f32ebd98fd2bb091dbf0cd8 --- update-prebuilts.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'update-prebuilts.py') 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', -- cgit v1.2.3