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:
parent
da627679e5
commit
60c7014223
1 changed files with 0 additions and 4 deletions
|
@ -1,10 +1,6 @@
|
||||||
#Android makefile to build kernel as a part of Android Build
|
#Android makefile to build kernel as a part of Android Build
|
||||||
PERL = perl
|
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))
|
KERNEL_TARGET := $(strip $(INSTALLED_KERNEL_TARGET))
|
||||||
ifeq ($(KERNEL_TARGET),)
|
ifeq ($(KERNEL_TARGET),)
|
||||||
INSTALLED_KERNEL_TARGET := $(PRODUCT_OUT)/kernel
|
INSTALLED_KERNEL_TARGET := $(PRODUCT_OUT)/kernel
|
||||||
|
|
Loading…
Reference in a new issue