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

Commit 2724c480 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Define droidcore and droidcore-unbundled in sooong-only builds" into main

parents 210cfcd8 68d54331
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -31,11 +31,17 @@ include build/make/common/strings.mk
droid: droid_targets

.PHONY: droid_targets
droid_targets: dist_files
droid_targets: droidcore dist_files

.PHONY: dist_files
dist_files:

.PHONY: droidcore
droidcore: droidcore-unbundled

.PHONY: droidcore-unbundled
droidcore-unbundled:

$(info [2/4] including distdir.mk ...)

include build/make/packaging/distdir.mk