Merge "Fix the typo: "desugar-classpath" to "desugar-bootclasspath""

This commit is contained in:
Treehugger Robot 2017-08-08 23:01:47 +00:00 committed by Gerrit Code Review
commit 9758900b56

View File

@ -2515,7 +2515,7 @@ $(if $(PRIVATE_JAR_EXCLUDE_PACKAGES), $(hide) echo unsupported options JAR_EXCLU
$(if $(PRIVATE_JAR_MANIFEST), $(hide) echo unsupported options JAR_MANIFEST in $@; exit 53)
endef
define desugar-classpath
define desugar-bootclasspath
$(filter-out -classpath -bootclasspath "",$(subst :,$(space),$(1)))
endef