Fix TWS requirement in definitions.mk
Removing this TWS breaks the build. Add a backslash to avoid needing it. Test: make Change-Id: I4f8e127218ffbf55a3e11600569f0100e914d2e2
This commit is contained in:
parent
ec382da316
commit
a0f91bd506
|
@ -3234,7 +3234,7 @@ endif
|
|||
##
|
||||
## $(1): path to validate
|
||||
define try-validate-path-is-subdir
|
||||
$(strip
|
||||
$(strip \
|
||||
$(if $(filter /%,$(1)),
|
||||
$(1) starts with a slash
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue