OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_CPU_ABI
(Results
1 - 10
of
10
) sorted by null
/build/tools/
buildinfo.sh
23
echo "ro.product.cpu.abi=$
TARGET_CPU_ABI
"
/build/target/board/generic/
BoardConfig.mk
9
TARGET_CPU_ABI
:= armeabi
/build/target/board/generic_x86/
BoardConfig.mk
9
TARGET_CPU_ABI
:= x86
/build/target/board/sim/
BoardConfig.mk
21
TARGET_CPU_ABI
:= none
/external/v8/
Android.mksnapshot.mk
66
ifeq ($(
TARGET_CPU_ABI
),armeabi-v7a)
/device/htc/passion-common/
BoardConfigCommon.mk
25
TARGET_CPU_ABI
:= armeabi-v7a
/device/samsung/crespo/
BoardConfigCommon.mk
20
TARGET_CPU_ABI
:= armeabi-v7a
/build/core/
config.mk
147
TARGET_CPU_ABI
:= $(strip $(
TARGET_CPU_ABI
))
148
ifeq ($(
TARGET_CPU_ABI
),)
149
$(error No
TARGET_CPU_ABI
defined by board config: $(board_config_mk))
definitions.mk
[
all
...]
Makefile
141
TARGET_CPU_ABI
="$(
TARGET_CPU_ABI
)" \
[
all
...]
Completed in 309 milliseconds