Fix missing $.

Bug: 24139963
Change-Id: Ia39cff486c51f845215976bb483baffeb9e56a80
This commit is contained in:
Ying Wang 2015-12-07 12:20:59 -08:00
parent 0a77f650ee
commit d657d00245
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ $(my_prefix)$(LOCAL_MODULE_CLASS)_$(LOCAL_MODULE)_compat_files := true
my_compat_dist += $(foreach f, $(LOCAL_COMPATIBILITY_SUPPORT_FILES),\ my_compat_dist += $(foreach f, $(LOCAL_COMPATIBILITY_SUPPORT_FILES),\
$(eval p := $(subst :,$(space),$(f)))\ $(eval p := $(subst :,$(space),$(f)))\
$(eval s := $(LOCAL_PATH)/$(word 1,$(p)))\ $(eval s := $(LOCAL_PATH)/$(word 1,$(p)))\
$(eval d := $(COMPATIBILITY_TESTCASES_OUT_$(LOCAL_COMPATIBILITY_SUITE))/$(or $(word 2,$(p)),(word 1,$(p))))\ $(eval d := $(COMPATIBILITY_TESTCASES_OUT_$(LOCAL_COMPATIBILITY_SUITE))/$(or $(word 2,$(p)),$(word 1,$(p))))\
$(s):$(d)) $(s):$(d))
ifneq (,$(wildcard $(LOCAL_PATH)/AndroidTest.xml)) ifneq (,$(wildcard $(LOCAL_PATH)/AndroidTest.xml))