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

Commit 9e37028d authored by Nan Zhang's avatar Nan Zhang
Browse files

Fix the build breakage on git-wear-master/mirror-aosp-master-with-vendor

git-wear-master/mirror-aosp-master-with-vendor were still broken due to
my Make synatx mistakes.

Bug: b/64308460

Test: download <git-wear-master> branch locally, and then do:
m -j out/target/product/anglefish/package-stats.txt

Change-Id: Ic1a03b452db7583811a3a3b74067f1fc54f873b4
parent 99e44773
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -83,13 +83,13 @@ $(common_javalib.jar): PRIVATE_DONT_DELETE_JAR_DIRS := $(LOCAL_DONT_DELETE_JAR_D
$(common_javalib.jar) : $(built_dex) $(java_resource_sources) | $(ZIPTIME)
	@echo "target Jar: $(PRIVATE_MODULE) ($@)"
ifdef LOCAL_JACK_ENABLED
	$(create-empty-package-at,$@.tmp)
	$(call create-empty-package-at,$@.tmp)
else
	$(call initialize-package-file,$(PRIVATE_SOURCE_ARCHIVE),$@.tmp)
endif
	$(call add-dex-to-package-arg,$@.tmp)
ifdef LOCAL_JACK_ENABLED
	$(add-carried-jack-resources-to,$@.tmp)
	$(call add-carried-jack-resources-to,$@.tmp)
endif
	$(hide) $(ZIPTIME) $@.tmp
	$(call commit-change-for-toc,$@)