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

Commit 2986542f authored by David Brazdil's avatar David Brazdil Committed by Gerrit Code Review
Browse files

Merge "Fix unzip on sdk_mac build"

parents 71173113 c06f48a2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2859,7 +2859,8 @@ define hiddenapi-copy-soong-jar
$(call hiddenapi-soong-input-dex,$(2)): $(1)
	@rm -rf `dirname $$@`
	@mkdir -p `dirname $$@`
	unzip -o -DD -q $(1) 'classes*.dex' -d `dirname $$@`
	unzip -o -q $(1) 'classes*.dex' -d `dirname $$@`
	find `dirname $$@` -maxdepth 1 -name 'classes*.dex' | xargs touch

$(call hiddenapi-copy-dex-files,\
    $(call hiddenapi-soong-input-dex,$(2)),\