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

Commit 02f66882 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 2ce3d5c4: Update rule of APPS_ZIP to use the new paths of apks.

* commit '2ce3d5c4':
  Update rule of APPS_ZIP to use the new paths of apks.
parents 17739af5 2ce3d5c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1489,7 +1489,7 @@ $(APPS_ZIP): $(INSTALLED_SYSTEMIMAGE)
	@echo "Package apps: $@"
	$(hide) rm -rf $@
	$(hide) mkdir -p $(dir $@)
	$(hide) zip -qj $@ $(TARGET_OUT_APPS)/* $(TARGET_OUT_APPS_PRIVILEGED)/*
	$(hide) zip -qj $@ $(TARGET_OUT_APPS)/*/*.apk $(TARGET_OUT_APPS_PRIVILEGED)/*/*.apk


#------------------------------------------------------------------