Home
last modified time | relevance | path

Searched refs:product (Results 1 – 25 of 31) sorted by relevance

12

/build/target/product/
Dfull_base.mk45 $(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)
Dgeneric_armv5.mk20 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk)
21 $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
Dgeneric_x86.mk20 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk)
21 $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
Dgeneric.mk20 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk)
21 $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
Dfull_base_telephony.mk32 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
33 $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
Dfull.mk25 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
26 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic/device.mk)
Dvbox_x86.mk25 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
26 $(call inherit-product, $(SRC_TARGET_DIR)/board/vbox_x86/device.mk)
Dfull_x86.mk32 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
33 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_x86/device.mk)
Dgeneric_no_telephony.mk69 $(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)
Dsdk_x86.mk22 $(call inherit-product, $(SRC_TARGET_DIR)/product/sdk.mk)
Dlarge_emu_hw.mk47 $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
Dlocales_full.mk3 $(call inherit-product, build/target/product/languages_full.mk)
Dsdk.mk144 $(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/
Dproduct.mk28 $(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 …]
Dproduct_config.mk180 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))
DMakefile20 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 …]
Dmain.mk497 $(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/
DREADME.txt1 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/
DREADME.txt1 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/
DREADME.txt1 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/
DREADME.txt1 The "emulator" product defines an almost non-hardware-specific target
9 It is not a product "base class"; no other products inherit
/build/
Denvsetup.sh182 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
Dbuildspec.mk.default24 # 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/
Dinit.vbox_x86.rc6 setprop ro.build.product generic
7 setprop ro.product.device generic
DREADME.txt1 The "vbox_x86" product defines a non-hardware-specific target intended

12