From 9ddde4bb7abe374ff3d0e230e91ab0b9241a677b Mon Sep 17 00:00:00 2001 From: Than McIntosh Date: Fri, 1 Apr 2016 08:42:30 -0400 Subject: 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 --- update-prebuilts.py | 1 + 1 file changed, 1 insertion(+) 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', -- cgit v1.2.3