Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ccf456cc authored by Ameya Thakur's avatar Ameya Thakur Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarAmeya Thakur <ameyat@codeaurora.org>
parent 46086ca3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
#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

TARGET_KERNEL_ARCH := $(strip $(TARGET_KERNEL_ARCH))
ifeq ($(TARGET_KERNEL_ARCH),)
KERNEL_ARCH := arm