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

Commit a0203a65 authored by Tobias Thierer's avatar Tobias Thierer Committed by Gerrit Code Review
Browse files

Merge "Revert "build/make/core: Fix fragile assumptions about build toolchain.""

parents b371c775 4c764abf
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -2535,12 +2535,7 @@ define desugar-classes-jar
@echo Desugar: $@
@mkdir -p $(dir $@)
$(hide) rm -f $@ $@.tmp
@rm -rf $(dir $@)/desugar_dumped_classes
@mkdir $(dir $@)/desugar_dumped_classes
$(hide) java \
    --add-opens java.base/java.lang.invoke=ALL-UNNAMED \
    -Djdk.internal.lambda.dumpProxyClasses=$(dir $@)/desugar_dumped_classes \
    -jar $(DESUGAR) \
$(hide) java -jar $(DESUGAR) \
    $(addprefix --bootclasspath_entry ,$(call desugar-bootclasspath,$(PRIVATE_BOOTCLASSPATH))) \
    $(addprefix --classpath_entry ,$(PRIVATE_ALL_JAVA_LIBRARIES)) \
    --min_sdk_version $(call codename-or-sdk-to-sdk,$(PRIVATE_DEFAULT_APP_TARGET_SDK)) \
+0 −1
Original line number Diff line number Diff line
@@ -175,7 +175,6 @@ $(full_target): \
	$(hide) ( \
		javadoc \
                -encoding UTF-8 \
                -source 1.8 \
                \@$(PRIVATE_SRC_LIST_FILE) \
                -J-Xmx1600m \
                -XDignore.symbol.file \