Lines Matching full:echo
33 echo "####################################" >> $(2);\
34 echo "# from generate-common-build-props" >> $(2);\
35 echo "# These properties identify this partition image." >> $(2);\
36 echo "####################################" >> $(2);\
38 echo "ro.product.$(1).brand=$(PRODUCT_SYSTEM_BRAND)" >> $(2);\
39 echo "ro.product.$(1).device=$(PRODUCT_SYSTEM_DEVICE)" >> $(2);\
40 echo "ro.product.$(1).manufacturer=$(PRODUCT_SYSTEM_MANUFACTURER)" >> $(2);\
41 echo "ro.product.$(1).model=$(PRODUCT_SYSTEM_MODEL)" >> $(2);\
42 echo "ro.product.$(1).name=$(PRODUCT_SYSTEM_NAME)" >> $(2);\
44 echo "ro.product.$(1).brand=$(PRODUCT_BRAND)" >> $(2);\
45 echo "ro.product.$(1).device=$(TARGET_DEVICE)" >> $(2);\
46 echo "ro.product.$(1).manufacturer=$(PRODUCT_MANUFACTURER)" >> $(2);\
47 echo "ro.product.$(1).model=$(PRODUCT_MODEL)" >> $(2);\
48 echo "ro.product.$(1).name=$(TARGET_PRODUCT)" >> $(2);\
51 echo "ro.$(1).product.cpu.abilist=$(TARGET_CPU_ABI_LIST) " >> $(2);\
52 echo "ro.$(1).product.cpu.abilist32=$(TARGET_CPU_ABI_LIST_32_BIT)" >> $(2);\
53 echo "ro.$(1).product.cpu.abilist64=$(TARGET_CPU_ABI_LIST_64_BIT)" >> $(2);\
55 echo "ro.$(1).build.date=`$(DATE_FROM_FILE)`" >> $(2);\
56 echo "ro.$(1).build.date.utc=`$(DATE_FROM_FILE) +%s`" >> $(2);\
57 echo "ro.$(1).build.fingerprint=$(BUILD_FINGERPRINT_FROM_FILE)" >> $(2);\
58 echo "ro.$(1).build.id=$(BUILD_ID)" >> $(2);\
59 echo "ro.$(1).build.tags=$(BUILD_VERSION_TAGS)" >> $(2);\
60 echo "ro.$(1).build.type=$(TARGET_BUILD_VARIANT)" >> $(2);\
61 echo "ro.$(1).build.version.incremental=$(BUILD_NUMBER_FROM_FILE)" >> $(2);\
62 echo "ro.$(1).build.version.release=$(PLATFORM_VERSION_LAST_STABLE)" >> $(2);\
63 echo "ro.$(1).build.version.release_or_codename=$(PLATFORM_VERSION)" >> $(2);\
64 echo "ro.$(1).build.version.sdk=$(PLATFORM_SDK_VERSION)" >> $(2);\
102 $(hide) echo Building $$@
110 echo "" >> $$@;\
111 echo "####################################" >> $$@;\
112 echo "# from $(file)" >> $$@;\
113 echo "####################################" >> $$@;\
117 echo "" >> $$@;\
118 echo "####################################" >> $$@;\
119 echo "# from variable $(name)" >> $$@;\
120 echo "####################################" >> $$@;\
122 echo "$$(line)" >> $$@;\
130 $(hide) echo "# end of file" >> $$@
171 ifneq (,$(shell mkdir -p $(PRODUCT_OUT) && echo $(BUILD_FINGERPRINT) >$(BUILD_FINGERPRINT_FILE) && …
185 ifneq (,$(shell mkdir -p $(PRODUCT_OUT) && echo $(BUILD_THUMBPRINT) >$(BUILD_THUMBPRINT_FILE) && gr…
382 $(hide) echo "####################################" >> $@; \
383 echo "# PRODUCT_OEM_PROPERTIES" >> $@; \
384 echo "####################################" >> $@;
386 echo "import /oem/oem.prop $(prop)" >> $@;)