OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_CPU_ABI
(Results
26 - 28
of
28
) sorted by null
1
2
/build/core/
config.mk
242
TARGET_CPU_ABI
:= $(strip $(
TARGET_CPU_ABI
))
243
ifeq ($(
TARGET_CPU_ABI
),)
244
$(error No
TARGET_CPU_ABI
defined by board config: $(board_config_mk))
Makefile
190
TARGET_CPU_ABI
="$(
TARGET_CPU_ABI
)" \
[
all
...]
/development/build/
sdk.atree
185
system.img system-images/${PLATFORM_NAME}/${
TARGET_CPU_ABI
}/system.img
186
ramdisk.img system-images/${PLATFORM_NAME}/${
TARGET_CPU_ABI
}/ramdisk.img
187
userdata.img system-images/${PLATFORM_NAME}/${
TARGET_CPU_ABI
}/userdata.img
188
system/build.prop system-images/${PLATFORM_NAME}/${
TARGET_CPU_ABI
}/build.prop
Completed in 38 milliseconds
1
2