Lines Matching full:build
53 # build.prop
54 INSTALLED_BUILD_PROP_TARGET := $(TARGET_OUT)/build.prop
59 # A list of arbitrary tags describing the build configuration.
65 # Apps are always signed with test keys, and may be re-signed in a post-build
70 # A human-readable string that descibes this build in detail.
74 # The string used to uniquely identify this build; used by the OTA server.
85 # release build number or branch.buld_number non-release builds
94 # Non-user builds should show detailed build information
114 BUILDINFO_SH := build/tools/buildinfo.sh
155 # sdk-build.prop
157 # There are certain things in build.prop that we don't want to
163 ro.build.user= \
164 ro.build.host= \
169 sdk_build_prop_remove += ro.build.product=
170 INSTALLED_SDK_BUILD_PROP_TARGET := $(PRODUCT_OUT)/sdk/sdk-build.prop
190 $(hide) build/tools/dump-package-stats $^ > $@
196 # Cert-to-package mapping. Used by the post-build signing tools.
268 $(hide) build/tools/merge-event-log-tags.py -o $@ $(PRIVATE_SRC_FILES)
290 # We just build this directly to the install location.
504 # Build a keystore with the authorized keys in it, used to verify the
508 # before the rules that use that variable to build the image.
566 # Keys authorized to sign OTA packages this build will accept. The
567 # build always uses test-keys for this; release packaging tools will
646 define build-systemimage-target
648 $(call build-userimage-ext2-target,$(TARGET_OUT),$(1),system,)
655 define build-systemimage-target
663 $(call build-systemimage-target,$@)
676 include build/tools/dexpreopt/Config.mk
711 $(call build-systemimage-target,$(INSTALLED_SYSTEMIMAGE))
716 define build-systemtarball-target
727 $(build-systemtarball-target)
732 $(build-systemtarball-target)
745 define build-userdataimage-target
748 $(call build-userimage-ext2-target,$(TARGET_OUT_DATA),$(INSTALLED_USERDATAIMAGE_TARGET),userdata,)
755 define build-userdataimage-target
765 # We just build this directly to the install location.
769 $(build-userdataimage-target)
773 $(build-userdataimage-target)
777 define build-userdatatarball-target
789 $(build-userdatatarball-target)
793 $(build-userdatatarball-target)
803 # host tools needed to build OTA packages
821 # as a post-build step.
925 @# build them.
971 $(hide) ./build/tools/releasetools/ota_from_target_files \
993 $(hide) build/tools/fileslist.py $(TARGET_OUT) $(TARGET_OUT_DATA) > $@
1033 $(hide) $(ACP) $(SYSTEMIMAGE_SOURCE_DIR)/build.prop $(zip_root)/SYSTEM
1105 $(hide) ./build/tools/releasetools/img_from_target_files \
1153 # Build a name that looks like:
1187 atree_dir := development/build
1244 development/build/tools/sdk_clean.sh $(PRIVATE_DIR) && \
1255 include $(TOPDIR)development/build/tools/windows_sdk.mk
1277 # These are some additional build tasks that need to be run.