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

Commit aca57b6c authored by Colin Cross's avatar Colin Cross
Browse files

Remove --no-locals -> --release translation

--no-locals is never used any more, remove the translation.

Bug: 70886092
Test: m checkbuild
Change-Id: I5b0a512601b417c5a10001feed1fd9b8de8cb983
parent 5ded3995
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