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

Commit f664662f authored by Nan Zhang's avatar Nan Zhang Committed by android-build-merger
Browse files

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

Merge "Fix the typo: "desugar-classpath" to "desugar-bootclasspath"" am: 9758900b am: 4988fa2f am: 26bd7be4
am: e8f5213a

Change-Id: Idb3c26b726903e6fd710506ebad7f6ae0524428a
parents dbe09daf e8f5213a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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