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:
@@ -3234,7 +3234,7 @@ endif
|
|||||||
##
|
##
|
||||||
## $(1): path to validate
|
## $(1): path to validate
|
||||||
define try-validate-path-is-subdir
|
define try-validate-path-is-subdir
|
||||||
$(strip
|
$(strip \
|
||||||
$(if $(filter /%,$(1)),
|
$(if $(filter /%,$(1)),
|
||||||
$(1) starts with a slash
|
$(1) starts with a slash
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user