Lines Matching full:prop
60 # default.prop
61 INSTALLED_DEFAULT_PROP_TARGET := $(TARGET_ROOT_OUT)/default.prop
70 intermediate_system_build_prop := $(call intermediates-dir-for,ETC,system_build_prop)/build.prop
89 # build.prop
90 INSTALLED_BUILD_PROP_TARGET := $(TARGET_OUT)/build.prop
180 system_prop_file := $(wildcard $(TARGET_DEVICE_DIR)/system.prop)
190 $(hide) $(foreach prop,$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_OEM_PROPERTIES), \
191 echo "import /oem/oem.prop $(prop)" >> $@;)
259 # vendor build.prop
263 INSTALLED_VENDOR_BUILD_PROP_TARGET := $(TARGET_OUT_VENDOR)/build.prop
277 # sdk-build.prop
279 # There are certain things in build.prop that we don't want to
292 INSTALLED_SDK_BUILD_PROP_TARGET := $(PRODUCT_OUT)/sdk/sdk-build.prop
733 define generate-userimage-prop-dictionary
888 > $(TARGET_RECOVERY_ROOT_OUT)/default.prop
996 $(call generate-userimage-prop-dictionary, $(systemimage_intermediates)/system_image_info.txt, \
1176 $(call generate-userimage-prop-dictionary, $(userdataimage_intermediates)/userdata_image_info.txt, skip_fsck=true)
1231 $(call generate-userimage-prop-dictionary, $(cacheimage_intermediates)/cache_image_info.txt, skip_fsck=true)
1269 $(call generate-userimage-prop-dictionary, $(vendorimage_intermediates)/vendor_image_info.txt, skip_fsck=true)
1349 $(hide) find device vendor -name \*.pk8 -o -name \*.x509.pem -o -name oem.prop | xargs zip -qry $(abspath $@)>/dev/null || true
1517 $(call generate-userimage-prop-dictionary, $(zip_root)/META/misc_info.txt)