Searched refs:product (Results 1 – 17 of 17) sorted by relevance
/build/core/ |
D | product.mk | 27 $(SRC_TARGET_DIR)/product/AndroidProducts.mk 35 define get-all-product-makefiles 74 define dump-product 82 $(foreach p,$(PRODUCTS),$(call dump-product,$(p))) 93 define inherit-product 152 define _resolve-short-product-name 164 $(error No matches for product "$(pn)"), \ 169 define resolve-short-product-name 170 $(strip $(call _resolve-short-product-name,$(1)))
|
D | product_config.mk | 157 include $(BUILD_SYSTEM)/product.mk 165 $(call import-products, $(get-all-product-makefiles)) 173 INTERNAL_PRODUCT := $(call resolve-short-product-name, $(TARGET_PRODUCT))
|
D | prebuilt.mk | 51 LOCAL_CERTIFICATE := $(SRC_TARGET_DIR)/product/security/$(LOCAL_CERTIFICATE)
|
D | Makefile | 162 ro.product.brand= \ 163 ro.product.manufacturer= \ 164 ro.product.device= 166 sdk_build_prop_remove += ro.build.product= 237 DEFAULT_KEY_CERT_PAIR := $(SRC_TARGET_DIR)/product/security/testkey 540 OTA_PUBLIC_KEYS := $(SRC_TARGET_DIR)/product/security/testkey.x509.pem
|
D | package.mk | 249 LOCAL_CERTIFICATE := $(SRC_TARGET_DIR)/product/security/$(LOCAL_CERTIFICATE)
|
D | envsetup.mk | 178 TARGET_PRODUCT_OUT_ROOT := $(TARGET_OUT_ROOT)/product
|
/build/target/board/generic/ |
D | README.txt | 1 The "generic" product defines a non-hardware-specific target 6 (see the "emulator" product for that). 8 It is not a product "base class"; no other products inherit
|
/build/target/product/ |
D | sim.mk | 4 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_with_google.mk)
|
D | generic.mk | 26 $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
|
D | generic_with_google.mk | 20 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk)
|
D | sdk.mk | 39 $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
|
/build/target/board/emulator/ |
D | README.txt | 1 The "emulator" product defines an almost non-hardware-specific target 9 It is not a product "base class"; no other products inherit
|
/build/ |
D | cleanspec.mk | 62 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/sholes/obj/SHARED_LIBRARIES/libhardware_leg… 64 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/sholes) 70 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/passion/obj/SHARED_LIBRARIES/libhardware_le… 75 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/sholes/system/build.prop) 90 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/*/system/app/Launcher.apk) 92 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/sholes/system/build.prop)
|
D | envsetup.sh | 153 local product=$(get_build_var TARGET_PRODUCT) 155 …export PROMPT_COMMAND="echo -ne \"\033]0;[${product}-${variant}] ${USER}@${HOSTNAME}: ${PWD}\007\"" 495 local product=$(echo -n $selection | sed -e "s/-.*$//") 496 check_product $product 500 echo "** Don't have a product spec for: '$product'" 502 product= 515 if [ -z "$product" -o -z "$variant" ] 521 export TARGET_PRODUCT=$product
|
D | buildspec.mk.default | 24 # Choose a product to build for. Look in the products directory for ones 78 # built product. Any locales that appear in CUSTOM_LOCALES but not in 79 # the locale list for the selected product will be added to the end
|
/build/core/tasks/ |
D | sdk-addon.mk | 88 $(error Trying to build sdk_addon, but product '$(INTERNAL_PRODUCT)' does not define one)
|
/build/history/ |
D | cupcake.txt | 115 …Allow different "Settings > About phone > Contributors" for different products. The product-speci… 120 ... //branches/cupcake/android/build/core/product.mk#4 edit 182 ... //branches/cupcake/android/build/core/product.mk#5 edit 400 * Switch to supporting split file (one for platform, one for product
|