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

Commit 6942cfff authored by Dave Bort's avatar Dave Bort
Browse files

Fix "make dist"

Remove a dependency on the OTA package for now.
parent 7572f528
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -578,9 +578,10 @@ droidcore: report_config files \
.PHONY: droid user userdebug tests
.PHONY: droid user userdebug tests
droid user userdebug tests: droidcore
droid user userdebug tests: droidcore


#TODO: restore support for building OTA packages
#	$(INTERNAL_OTA_PACKAGE_TARGET) \
$(call dist-for-goals,user userdebug droid, \
$(call dist-for-goals,user userdebug droid, \
	$(INTERNAL_UPDATE_PACKAGE_TARGET) \
	$(INTERNAL_UPDATE_PACKAGE_TARGET) \
	$(INTERNAL_OTA_PACKAGE_TARGET) \
	$(SYMBOLS_ZIP) \
	$(SYMBOLS_ZIP) \
	$(APPS_ZIP) \
	$(APPS_ZIP) \
	$(HOST_OUT_EXECUTABLES)/adb$(HOST_EXECUTABLE_SUFFIX) \
	$(HOST_OUT_EXECUTABLES)/adb$(HOST_EXECUTABLE_SUFFIX) \