lineage: config: Use $(abspath .) instead of $(shell pwd)
Change-Id: I7fec28b7cb507918b1b55dd368a74c927a8fc1d2
This commit is contained in:
parent
a094dd0141
commit
92b2067a53
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue