lineage: config: Use $(abspath .) instead of $(shell pwd)

Change-Id: I7fec28b7cb507918b1b55dd368a74c927a8fc1d2
This commit is contained in:
Jason Wojcik
2021-03-23 10:46:09 -07:00
committed by nebrassy
parent d00f738806
commit 4e7956cca3
+1 -1
View File
@@ -43,7 +43,7 @@
# is in PATH
# USE_CCACHE = Enable ccache (global Android flag)
BUILD_TOP := $(shell pwd)
BUILD_TOP := $(abspath .)
TARGET_AUTO_KDIR := $(shell echo $(TARGET_DEVICE_DIR) | sed -e 's/^device/kernel/g')
TARGET_KERNEL_SOURCE ?= $(TARGET_AUTO_KDIR)