Home | History | Annotate | Download | only in core

Lines Matching defs:target

3 # HACK: clear LOCAL_PATH from including last build target before calling
87 @echo Target buildinfo: $@
121 # when the target-files is signed in a post-build step.
122 ifeq ($(DEFAULT_SYSTEM_DEV_CERTIFICATE),build/target/product/security/testkey)
206 @echo Target buildinfo: $@
254 echo Target buildinfo from: "$(file)"; \
278 @echo "Target build info: $@"
292 @echo Target vendor buildinfo: $@
339 # Create empty package stats file if target builds no jar(s) or apk(s).
480 $(call pretty,"Target ram disk: $@")
537 $(call pretty,"Target boot image: $@")
552 $(call pretty,"Target boot image: $@")
567 $(call pretty,"Target boot image: $@")
668 $(copy-file-to-target)
677 # make the target NOTICE files depend on this particular file too, which will
701 # Carry the public key for update_engine if it's a non-Brillo target that
944 define build-recoveryimage-target
1000 $(call pretty,"Target boot image from recovery: $@")
1001 $(call build-recoveryimage-target, $@)
1013 $(call build-recoveryimage-target, $@)
1025 $(call build-recoveryimage-target, $(INSTALLED_RECOVERYIMAGE_TARGET))
1097 define build-systemimage-target
1098 @echo "Target system fs image: $(1)"
1122 $(call build-systemimage-target,$@)
1151 $(copy-file-to-target)
1160 $(call build-systemimage-target,$(INSTALLED_SYSTEMIMAGE))
1171 define build-systemtarball-target
1172 $(call pretty,"Target system fs tarball: $(INSTALLED_SYSTEMTARBALL_TARGET)")
1187 $(build-systemtarball-target)
1192 $(build-systemtarball-target)
1277 define build-boottarball-target
1278 $(hide) echo "Target boot fs tarball: $(INSTALLED_BOOTTARBALL_TARGET)"
1295 $(build-boottarball-target)
1300 $(build-boottarball-target)
1321 define build-userdataimage-target
1322 $(call pretty,"Target userdata fs image: $(INSTALLED_USERDATAIMAGE_TARGET)")
1336 $(build-userdataimage-target)
1340 $(build-userdataimage-target)
1347 define build-userdatatarball-target
1348 $(call pretty,"Target userdata fs tarball: " \
1359 $(build-userdatatarball-target)
1363 $(build-userdatatarball-target)
1376 define build-cacheimage-target
1377 $(call pretty,"Target cache fs image: $(INSTALLED_CACHEIMAGE_TARGET)")
1390 $(build-cacheimage-target)
1394 $(build-cacheimage-target)
1421 define build-vendorimage-target
1422 $(call pretty,"Target vendor fs image: $(INSTALLED_VENDORIMAGE_TARGET)")
1435 $(build-vendorimage-target)
1439 $(build-vendorimage-target)
1553 $(hide) zip -qryX $(abspath $@) build/target/product/security/
1562 # A zip of the directories that map to the target filesystem.
1635 @echo "Package target files: $@"
1821 .PHONY: target-files-package
1822 target-files-package: $(BUILT_TARGET_FILES_PACKAGE)
1824 ifneq ($(filter $(MAKECMDGOALS),target-files-package),)
1825 $(call dist-for-goals, target-files-package, $(BUILT_TARGET_FILES_PACKAGE))
2074 # Set SDK_GNU_ERROR to non-empty to fail when a GNU target is built.
2084 including GNU target $$f >&2; \