Searched defs:prop (Results 1 - 1 of 1) sorted by relevance

/build/core/
H A DMakefile60 # default.prop
61 INSTALLED_DEFAULT_PROP_TARGET := $(TARGET_ROOT_OUT)/default.prop
81 # build.prop
82 INSTALLED_BUILD_PROP_TARGET := $(TARGET_OUT)/build.prop
189 system_prop_file := $(wildcard $(TARGET_DEVICE_DIR)/system.prop)
199 $(hide) $(foreach prop,$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_OEM_PROPERTIES), \
200 echo "import /oem/oem.prop $(prop)" >> $@;)
252 # vendor build.prop
256 INSTALLED_VENDOR_BUILD_PROP_TARGET := $(TARGET_OUT_VENDOR)/build.prop
[all...]

Completed in 33 milliseconds