Searched refs:product (Results 1 – 25 of 31) sorted by relevance
12
/build/target/product/ |
D | full_base.mk | 45 $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk) 48 $(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk) 51 $(call inherit-product, $(SRC_TARGET_DIR)/product/locales_full.mk) 54 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk)
|
D | generic_armv5.mk | 20 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk) 21 $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
|
D | generic_x86.mk | 20 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk) 21 $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
|
D | generic.mk | 20 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk) 21 $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
|
D | full_base_telephony.mk | 32 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) 33 $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
|
D | full.mk | 25 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) 26 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic/device.mk)
|
D | vbox_x86.mk | 25 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) 26 $(call inherit-product, $(SRC_TARGET_DIR)/board/vbox_x86/device.mk)
|
D | full_x86.mk | 32 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) 33 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_x86/device.mk)
|
D | generic_no_telephony.mk | 69 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) 70 $(call inherit-product-if-exists, external/lohit-fonts/fonts.mk) 71 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) 72 $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
|
D | sdk_x86.mk | 22 $(call inherit-product, $(SRC_TARGET_DIR)/product/sdk.mk)
|
D | large_emu_hw.mk | 47 $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
|
D | locales_full.mk | 3 $(call inherit-product, build/target/product/languages_full.mk)
|
D | sdk.mk | 144 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) 145 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) 146 $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
|
/build/core/ |
D | product.mk | 28 $(SRC_TARGET_DIR)/product/AndroidProducts.mk 36 define get-product-makefiles 54 define get-all-product-makefiles 55 $(call get-product-makefiles,$(_find-android-products-files)) 90 define dump-product 98 $(foreach p,$(PRODUCTS),$(call dump-product,$(p))) 109 define inherit-product 123 define inherit-product-if-exists 124 $(if $(wildcard $(1)),$(call inherit-product,$(1)),) 176 define _resolve-short-product-name [all …]
|
D | product_config.mk | 180 include $(BUILD_SYSTEM)/product.mk 185 $(call import-products,$(call get-product-makefiles,\ 186 $(SRC_TARGET_DIR)/product/AndroidProducts.mk)) 193 $(call import-products, $(get-all-product-makefiles)) 205 INTERNAL_PRODUCT := $(call resolve-short-product-name, $(TARGET_PRODUCT))
|
D | Makefile | 20 define check-product-copy-files 28 $(call check-product-copy-files,$(cf)) \ 85 ifeq ($(DEFAULT_SYSTEM_DEV_CERTIFICATE),build/target/product/security/testkey) 122 $(patsubst ro.product.locale.language=%,%,\ 123 $(filter ro.product.locale.language=%,$(PRODUCT_PROPERTY_OVERRIDES)))) 125 $(patsubst ro.product.locale.region=%,%,\ 126 $(filter ro.product.locale.region=%,$(PRODUCT_PROPERTY_OVERRIDES)))) 198 ro.product.brand= \ 199 ro.product.manufacturer= \ 200 ro.product.device= [all …]
|
D | main.mk | 497 $(call stash-product-vars, __STASHED) 531 $(call assert-product-vars, __STASHED) 541 $(warning * the appropriate product definition.) 542 $(warning * build/target/product/core.mk is the 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/board/generic_armv5/ |
D | README.txt | 1 The "generic_armv5" product defines a non-hardware-specific target 4 It is not a product "base class"; no other products inherit
|
/build/target/board/generic_x86/ |
D | README.txt | 1 The "generic_x86" product defines a non-hardware-specific IA target 7 It is not a product "base class"; no other products inherit
|
/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 | envsetup.sh | 182 local product=$TARGET_PRODUCT 186 …export PROMPT_COMMAND="echo -ne \"\033]0;[${product}-${variant}] ${USER}@${HOSTNAME}: ${PWD}\007\"" 452 local product=$(echo -n $selection | sed -e "s/-.*$//") 453 check_product $product 457 echo "** Don't have a product spec for: '$product'" 459 product= 472 if [ -z "$product" -o -z "$variant" ] 478 export TARGET_PRODUCT=$product
|
D | buildspec.mk.default | 24 # Choose a product to build for. Look in the products directory for ones 74 # built product. Any locales that appear in CUSTOM_LOCALES but not in 75 # the locale list for the selected product will be added to the end
|
/build/target/board/vbox_x86/ |
D | init.vbox_x86.rc | 6 setprop ro.build.product generic 7 setprop ro.product.device generic
|
D | README.txt | 1 The "vbox_x86" product defines a non-hardware-specific target intended
|
12