From 60c70142234e67338adda5f38a58d07fee9a94a7 Mon Sep 17 00:00:00 2001 From: Amit Shekhar Date: Sun, 10 Mar 2019 14:37:22 -0700 Subject: [PATCH] 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 a947f972e7d6693a894a70304ae06f63d9fdf506. Change-Id: Ie1be9ca0349ab29a14b00f855965d6247a3f85bb Signed-off-by: Amit Shekhar Signed-off-by: David Ng --- AndroidKernel.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/AndroidKernel.mk b/AndroidKernel.mk index 09e44e039494..46588de86ee8 100644 --- a/AndroidKernel.mk +++ b/AndroidKernel.mk @@ -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