Merge "Fix TWS requirement in definitions.mk"

am: ee08d635c7

Change-Id: I45983ac80720fa969f953b3a7ddd312f252eb85a
This commit is contained in:
Anton Hansson 2018-10-03 08:56:54 -07:00 committed by android-build-merger
commit 9920578c25

View file

@ -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
)