am 45150f8b: Fix function call syntax error.

* commit '45150f8b895d3256e83bc53219e393ab91d2ef20':
  Fix function call syntax error.
This commit is contained in:
Ying Wang 2013-02-27 23:32:18 +00:00 committed by Android Git Automerger
commit ffa7b27f60
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ endef
# $(1): library name
# $(2): Non-empty if IS_HOST_MODULE
define _java-lib-full-dep
$(call _java-lib-dir,$(1),$(2))/$(if $(2) javalib,classes)$(COMMON_JAVA_PACKAGE_SUFFIX)
$(call _java-lib-dir,$(1),$(2))/$(if $(2),javalib,classes)$(COMMON_JAVA_PACKAGE_SUFFIX)
endef
# $(1): library name list