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

Commit afb4d4cf authored by David Brazdil's avatar David Brazdil Committed by android-build-merger
Browse files

Merge "Fix unzip on sdk_mac build"

am: 2986542f

Change-Id: I422250d37866c56fed294a288bb1b7a8084372e8
parents 7a3e686f 2986542f
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)),\