Merge "Fix the typo: "desugar-classpath" to "desugar-bootclasspath""
am: 9758900b56
Change-Id: I72160219c0559e39b83df007f7c607cbed8db5a1
This commit is contained in:
commit
4988fa2ffe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue