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

Commit 0bd2a8a1 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Fix symbol zip creation with OUT_DIR outside source" am: b1201637 am:...

Merge "Fix symbol zip creation with OUT_DIR outside source" am: b1201637 am: 346ea910 am: 67e1c13f
am: c8ef7e89

Change-Id: Ica9f3208cb221c8b9aeb0aea373a36c72d5fb142
parents e417ff47 c8ef7e89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2198,7 +2198,7 @@ $(SYMBOLS_ZIP): $(SOONG_ZIP)
	$(hide) rm -rf $@ $(PRIVATE_LIST_FILE)
	$(hide) mkdir -p $(dir $@) $(TARGET_OUT_UNSTRIPPED) $(dir $(PRIVATE_LIST_FILE))
	$(hide) find $(TARGET_OUT_UNSTRIPPED) | sort >$(PRIVATE_LIST_FILE)
	$(hide) $(SOONG_ZIP) -d -o $@ -C . -l $(PRIVATE_LIST_FILE)
	$(hide) $(SOONG_ZIP) -d -o $@ -C $(OUT_DIR)/.. -l $(PRIVATE_LIST_FILE)
# -----------------------------------------------------------------
# A zip of the coverage directory.
#