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 Łukasz Patron
parent a094dd0141
commit 92b2067a53

View file

@ -39,7 +39,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)