OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_CPU_ABI_LIST
(Results
1 - 3
of
3
) sorted by null
/build/tools/
buildinfo.sh
43
echo "ro.product.cpu.abilist=$
TARGET_CPU_ABI_LIST
"
/build/core/
config.mk
326
# of preference) that the target supports. If a
TARGET_CPU_ABI_LIST
329
ifeq (,$(
TARGET_CPU_ABI_LIST
))
331
TARGET_CPU_ABI_LIST
:= $(TARGET_CPU_ABI_LIST_32_BIT) $(TARGET_CPU_ABI_LIST_64_BIT)
333
TARGET_CPU_ABI_LIST
:= $(TARGET_CPU_ABI_LIST_64_BIT) $(TARGET_CPU_ABI_LIST_32_BIT)
338
TARGET_CPU_ABI_LIST
:= $(subst $(space),$(comma),$(strip $(
TARGET_CPU_ABI_LIST
)))
[
all
...]
Makefile
244
TARGET_CPU_ABI_LIST
="$(
TARGET_CPU_ABI_LIST
)" \
[
all
...]
Completed in 33 milliseconds