Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4571792 authored by Nan Zhang's avatar Nan Zhang
Browse files

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

Test: runs "m -j checkbuild tests cts", and then --bootclasspath_entry
shows up in desugar command.

Change-Id: Ibcc8a3f51438723151c57f79e5a1184350efbd30
parent e1963e25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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