Skip to content

Commit

Permalink
AndroidKernel.mk: Define the path where the kernel should be installed
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sridhar Gujje committed Jul 7, 2014
1 parent f21a1cd commit f2bed4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AndroidKernel.mk
@@ -1,6 +1,11 @@
#Android makefile to build kernel as a part of Android Build
PERL = perl

KERNEL_TARGET := $(strip $(INSTALLED_KERNEL_TARGET))
ifeq ($(KERNEL_TARGET),)
INSTALLED_KERNEL_TARGET := $(PRODUCT_OUT)/kernel
endif

ifeq ($(TARGET_PREBUILT_KERNEL),)

KERNEL_OUT := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ
Expand Down
1 change: 1 addition & 0 deletions scripts/gcc-wrapper.py
Expand Up @@ -41,6 +41,7 @@

allowed_warnings = set([
"return_address.c:62",
"hci_conn.c:407",
])

# Capture the name of the object file, can find it.
Expand Down

0 comments on commit f2bed4e

Please sign in to comment.