HomeSort by relevance Sort by last modified time
    Searched refs:TARGET_DEVICE_DIR (Results 1 - 3 of 3) sorted by null

  /build/target/board/
Android.mk 26 -include $(TARGET_DEVICE_DIR)/AndroidBoard.mk
32 # If the file "board-info.txt" appears in $(TARGET_DEVICE_DIR),
36 board_info_txt := $(wildcard $(TARGET_DEVICE_DIR)/board-info.txt)
  /build/core/
Makefile 144 $(hide) if [ -f $(TARGET_DEVICE_DIR)/system.prop ]; then \
145 cat $(TARGET_DEVICE_DIR)/system.prop >> $@; \
607 recovery_resources_private := $(strip $(wildcard $(TARGET_DEVICE_DIR)/recovery/res))
610 recovery_fstab := $(strip $(wildcard $(TARGET_DEVICE_DIR)/recovery.fstab))
    [all...]
config.mk 142 TARGET_DEVICE_DIR := $(patsubst %/,%,$(dir $(board_config_mk)))

Completed in 234 milliseconds