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

Commit d84332ee authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove --no-locals -> --release translation"

parents 9b04b298 aca57b6c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2421,8 +2421,7 @@ $(hide) $(DX_COMMAND) \
    --output $(dir $@) \
    --min-api $(PRIVATE_MIN_SDK_VERSION) \
    $(subst --main-dex-list=, --main-dex-list , \
    $(subst --no-locals, --release, \
        $(filter-out --core-library --multi-dex --minimal-main-dex,$(PRIVATE_DX_FLAGS)))) \
        $(filter-out --core-library --multi-dex --minimal-main-dex,$(PRIVATE_DX_FLAGS))) \
    $(dir $@)d8_input.jar
$(hide) rm -f $(dir $@)d8_input.jar
endef