aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-wrapper.py
diff options
context:
space:
mode:
authorSridhar Gujje <sgujje@codeaurora.org>2014-07-07 14:25:22 +0530
committerSridhar Gujje <sgujje@codeaurora.org>2014-07-07 17:54:30 +0530
commitf2bed4e6343169a10df2cdd5a87a59e5b0391b7c (patch)
tree85beee7541c273a0f33a31a7dabe43de4a47b2b5 /scripts/gcc-wrapper.py
parentf21a1cd7085ecbe01248063af6ee184c811005d4 (diff)
AndroidKernel.mk: Define the path where the kernel should be installed
We now set the install path for the kernel image if it has not already been set earlier by the build system. Change-Id: I88d23916901ae9a96917c138a200d7e1772f02c0 Signed-off-by: Ameya Thakur <ameyat@codeaurora.org> Signed-off-by: Sridhar Gujje <sgujje@codeaurora.org>
Diffstat (limited to 'scripts/gcc-wrapper.py')
-rwxr-xr-xscripts/gcc-wrapper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py
index 548d655085f..f503aa2edf3 100755
--- a/scripts/gcc-wrapper.py
+++ b/scripts/gcc-wrapper.py
@@ -41,6 +41,7 @@ import subprocess
allowed_warnings = set([
"return_address.c:62",
+ "hci_conn.c:407",
])
# Capture the name of the object file, can find it.