From 0933c8a440dad3c944c5d78c211d66bf06f2532f Mon Sep 17 00:00:00 2001 From: Stricted Date: Mon, 15 Oct 2018 00:36:01 +0200 Subject: [PATCH] universal7580: Remove ANDROID_BUILD_TOP This is no longer used in Pie, so just get the top dir of the build system and use that. Change-Id: I6d91b3c7484596b76546ccdf06fb1ea538067d82 --- BoardConfigCommon.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 3110959..213884a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -15,6 +15,7 @@ # LOCAL_PATH := device/samsung/universal7580-common +BUILD_TOP := $(shell pwd) # Include path TARGET_SPECIFIC_HEADER_PATH := $(LOCAL_PATH)/include @@ -59,7 +60,7 @@ TARGET_CUSTOM_DTBTOOL := dtbhtoolExynos # Kernel TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android- -KERNEL_TOOLCHAIN := $(ANDROID_BUILD_TOP)/prebuilts/gcc/$(HOST_OS)-x86/aarch64/aarch64-linux-android-4.9/bin +KERNEL_TOOLCHAIN := $(BUILD_TOP)/prebuilts/gcc/$(HOST_OS)-x86/aarch64/aarch64-linux-android-4.9/bin TARGET_LINUX_KERNEL_VERSION := 3.10 # Kernel config -- 2.20.1