forked from openkylin/platform_build
Merge "Always define apps_only"
This commit is contained in:
commit
5d0be238d1
|
@ -1264,6 +1264,7 @@ droidcore: files \
|
||||||
# dist_files only for putting your library into the dist directory with a full build.
|
# dist_files only for putting your library into the dist directory with a full build.
|
||||||
.PHONY: dist_files
|
.PHONY: dist_files
|
||||||
|
|
||||||
|
.PHONY: apps_only
|
||||||
ifneq ($(TARGET_BUILD_APPS),)
|
ifneq ($(TARGET_BUILD_APPS),)
|
||||||
# If this build is just for apps, only build apps and not the full system by default.
|
# 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)
|
$(COVERAGE_ZIP) : $(apps_only_installed_files)
|
||||||
$(call dist-for-goals,apps_only, $(COVERAGE_ZIP))
|
$(call dist-for-goals,apps_only, $(COVERAGE_ZIP))
|
||||||
|
|
||||||
.PHONY: apps_only
|
|
||||||
apps_only: $(unbundled_build_modules)
|
apps_only: $(unbundled_build_modules)
|
||||||
|
|
||||||
droid_targets: apps_only
|
droid_targets: apps_only
|
||||||
|
|
Loading…
Reference in New Issue