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

Commit 88e674e9 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Always define apps_only"

am: 5d0be238

Change-Id: I07acd65b00622f0286c4a9d641cca7d265f5aadb
parents e8fe5c91 5d0be238
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1264,6 +1264,7 @@ droidcore: files \
# dist_files only for putting your library into the dist directory with a full build.
.PHONY: dist_files

.PHONY: apps_only
ifneq ($(TARGET_BUILD_APPS),)
  # If this build is just for apps, only build apps and not the full system by default.

@@ -1300,7 +1301,6 @@ ifneq ($(TARGET_BUILD_APPS),)
  $(COVERAGE_ZIP) : $(apps_only_installed_files)
  $(call dist-for-goals,apps_only, $(COVERAGE_ZIP))

.PHONY: apps_only
apps_only: $(unbundled_build_modules)

droid_targets: apps_only