Home | History | Annotate | Download | only in core

Lines Matching refs:default

58 # default.prop
59 INSTALLED_DEFAULT_PROP_TARGET := $(TARGET_ROOT_OUT)/default.prop
95 # non-default dev keys (usually private keys from a vendor directory).
133 # Whether there is default locale set in PRODUCT_PROPERTY_OVERRIDES
144 define default-locale
151 define default-locale-language
152 $(if $(product_property_override_locale_language),,$(word 1, $(call default-locale, $(1))))
154 define default-locale-region
155 $(if $(product_property_overrides_locale_region),,$(word 2, $(call default-locale, $(1))))
173 PRODUCT_DEFAULT_LANGUAGE="$(call default-locale-language,$(PRODUCT_LOCALES))" \
174 PRODUCT_DEFAULT_REGION="$(call default-locale-region,$(PRODUCT_LOCALES))" \
706 > $(TARGET_RECOVERY_ROOT_OUT)/default.prop
1128 # default to common dir for device vendor
1285 # default to common dir for device vendor