Merge "Fix the typo: "desugar-classpath" to "desugar-bootclasspath"" am: 9758900b56

am: 4988fa2ffe

Change-Id: Ib2e1e87d23fa3ce87cb13ae90e79800c68c17365
This commit is contained in:
Nan Zhang 2017-08-08 23:16:01 +00:00 committed by android-build-merger
commit 26bd7be44c
1 changed files with 1 additions and 1 deletions

View File

@ -2523,7 +2523,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