lineage: config: Use $(abspath .) instead of $(shell pwd)
Change-Id: I7fec28b7cb507918b1b55dd368a74c927a8fc1d2
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user