Searched full:target_device (Results 1 - 25 of 44) sorted by relevance

12

/hardware/invensense/
H A DAndroid.mk2 ifneq ($(filter hammerhead, $(TARGET_DEVICE)),)
5 else ifneq ($(filter guppy dory, $(TARGET_DEVICE)),)
/hardware/ril/reference-ril/
H A DAndroid.mk22 ifeq ($(TARGET_DEVICE),sooner)
26 ifeq ($(TARGET_DEVICE),surf)
30 ifeq ($(TARGET_DEVICE),dream)
/external/skia/platform_tools/chromeos/bin/
H A Dchromeos_setup.sh22 TARGET_DEVICE="${SDK_BOARD}"
24 if [ -z "$TARGET_DEVICE" ]; then
31 case $TARGET_DEVICE in
44 echo -n "ERROR: unknown device specified ($TARGET_DEVICE), valid values: "
50 echo "The build is targeting the device: $TARGET_DEVICE"
57 exportVar SKIA_OUT "${SKIA_OUT}/config/chromeos-${TARGET_DEVICE}"
/device/asus/flo/voice_processing/
H A DAndroid.mk1 ifneq ($(filter flo deb,$(TARGET_DEVICE)),)
/device/htc/flounder/audio/
H A DAndroid.mk2 ifneq ($(filter flounder flounder64 flounder_lte,$(TARGET_DEVICE)),)
/device/asus/fugu/power/
H A DAndroid.mk5 LOCAL_MODULE := power.$(TARGET_DEVICE)
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A DAndroid.mk78 ifneq ($(filter $(TARGET_DEVICE), apq8084 msm8960), false)
98 ifeq ($(filter $(TARGET_DEVICE), apq8064 msm8960),)
99 $(call print-vars, $(TARGET_DEVICE))
/device/asus/fugu/recovery/
H A DAndroid.mk1 ifneq (,$(findstring $(TARGET_DEVICE),fugu))
/external/skia/platform_tools/android/bin/
H A Dandroid_setup.sh95 TARGET_DEVICE="$1"
97 if [ -z "$TARGET_DEVICE" ]; then
99 TARGET_DEVICE=$(cat .android_config)
100 verbose "no target device (-d), using ${TARGET_DEVICE} from most recent build"
102 TARGET_DEVICE="arm_v7_neon"
103 verbose "no target device (-d), using ${TARGET_DEVICE}"
107 case $TARGET_DEVICE in
148 echo "ERROR: unknown device $TARGET_DEVICE"
161 verbose "The build is targeting the device: $TARGET_DEVICE"
162 exportVar DEVICE_ID $TARGET_DEVICE
[all...]
/device/asus/flo/bdAddrLoader/
H A DAndroid.mk17 ifneq ($(filter flo deb,$(TARGET_DEVICE)),)
/device/asus/flo/charger_touch/
H A DAndroid.mk17 ifneq ($(filter flo deb,$(TARGET_DEVICE)),)
/device/lge/hammerhead/voice_processing/
H A DAndroid.mk15 ifneq ($(filter hammerhead, $(TARGET_DEVICE)),)
/device/moto/shamu/voice_processing/
H A DAndroid.mk15 ifneq ($(filter shamu, $(TARGET_DEVICE)),)
/hardware/broadcom/libbt/
H A Dvnd_buildcfg.mk3 SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .txt,$(basename $(TARGET_DEVICE))))
/hardware/qcom/gps/core/
H A DAndroid.mk13 ifeq ($(TARGET_DEVICE),apq8026_lw)
/build/core/
H A Denvsetup.mk133 # Read the product specs so we can get TARGET_DEVICE and other
154 # Boards may be defined under $(SRC_TARGET_DIR)/board/$(TARGET_DEVICE)
155 # or under vendor/*/$(TARGET_DEVICE). Search in both places, but
160 $(SRC_TARGET_DIR)/board/$(TARGET_DEVICE)/BoardConfig.mk \
161 $(shell test -d device && find device -maxdepth 4 -path '*/$(TARGET_DEVICE)/BoardConfig.mk') \
162 $(shell test -d vendor && find vendor -maxdepth 4 -path '*/$(TARGET_DEVICE)/BoardConfig.mk') \
165 $(error No config file found for TARGET_DEVICE $(TARGET_DEVICE))
168 $(error Multiple board config files for TARGET_DEVICE $(TARGET_DEVICE)
[all...]
/device/asus/flo/
H A DAndroid.mk26 ifneq ($(filter flo deb,$(TARGET_DEVICE)),)
/device/asus/flo/camera/QCamera2/HAL/
H A DAndroid.mk50 #LOCAL_MODULE := camera.$(TARGET_DEVICE)
/device/asus/flo/camera/QCamera2/HAL3/
H A DAndroid.mk43 LOCAL_MODULE := camera.$(TARGET_DEVICE)
/device/asus/fugu/
H A DAndroid.mk23 ifneq ($(filter fugu,$(TARGET_DEVICE)),)
/device/htc/flounder/
H A DAndroid.mk23 ifneq ($(filter flounder%, $(TARGET_DEVICE)),)
/device/lge/hammerhead/
H A DAndroid.mk26 ifneq ($(filter hammerhead, $(TARGET_DEVICE)),)
/device/lge/hammerhead/camera/QCamera2/HAL/
H A DAndroid.mk42 #LOCAL_MODULE := camera.$(TARGET_DEVICE)
/device/lge/hammerhead/camera/QCamera2/HAL3/
H A DAndroid.mk43 LOCAL_MODULE := camera.$(TARGET_DEVICE)
/device/lge/hammerhead/self-extractors/qcom/staging/proprietary/
H A DAndroid.mk17 ifeq ($(TARGET_DEVICE),hammerhead)

Completed in 2774 milliseconds

12