commit | 9758900b56b000317d11aea82c2fafd7a69c1555 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Aug 08 23:01:47 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 08 23:01:47 2017 +0000 |
tree | 4968e73132ff1e8dcb4cc2d961c87f4ae98953dd | |
parent | e1963e25117022fa7410b558708fe268f2ac4d95 [diff] | |
parent | f4571792f739d650a0fd7b6a21873b5a838bbf47 [diff] |
Merge "Fix the typo: "desugar-classpath" to "desugar-bootclasspath""
diff --git a/core/definitions.mk b/core/definitions.mk index d3277b5..235cf67 100644 --- a/core/definitions.mk +++ b/core/definitions.mk
@@ -2515,7 +2515,7 @@ $(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