Revert "AndroidKernel.mk: Use Android's prebuilt "make" if available"
Temporarily revert back to the "make" installed on the host/build machine
until the build time increase with Android's prebuilt "make" is analyzed
and resolved.
This reverts commit a947f972e7.
Change-Id: Ie1be9ca0349ab29a14b00f855965d6247a3f85bb
Signed-off-by: Amit Shekhar <ashekhar@codeaurora.org>
Signed-off-by: David Ng <dave@codeaurora.org>
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
da627679e5
commit
60c7014223
@@ -1,10 +1,6 @@
|
||||
#Android makefile to build kernel as a part of Android Build
|
||||
PERL = perl
|
||||
|
||||
ifneq ($(wildcard prebuilts/build-tools/$(HOST_PREBUILT_TAG)/bin/make),)
|
||||
MAKE := prebuilts/build-tools/$(HOST_PREBUILT_TAG)/bin/make
|
||||
endif
|
||||
|
||||
KERNEL_TARGET := $(strip $(INSTALLED_KERNEL_TARGET))
|
||||
ifeq ($(KERNEL_TARGET),)
|
||||
INSTALLED_KERNEL_TARGET := $(PRODUCT_OUT)/kernel
|
||||
|
||||
Reference in New Issue
Block a user