Merge "Fix TWS requirement in definitions.mk"
am: ee08d635c7

Change-Id: I45983ac80720fa969f953b3a7ddd312f252eb85a
diff --git a/core/definitions.mk b/core/definitions.mk
index ded969b..51eeadc 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -3234,7 +3234,7 @@
 ##
 ## $(1): path to validate
 define try-validate-path-is-subdir
-$(strip 
+$(strip \
     $(if $(filter /%,$(1)),
         $(1) starts with a slash
     )