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

  /device/generic/x86/
BoardConfig.mk 7 TARGET_NO_KERNEL := true
  /build/target/board/emulator/
BoardConfig.mk 8 TARGET_NO_KERNEL := true
  /device/generic/mips/
BoardConfig.mk 7 TARGET_NO_KERNEL := true
  /build/target/board/generic_mips/
BoardConfig.mk 23 TARGET_NO_KERNEL := true
  /device/generic/armv7-a-neon/
BoardConfig.mk 8 TARGET_NO_KERNEL := true
  /build/target/board/generic_x86/
BoardConfig.mk 8 TARGET_NO_KERNEL := true
  /build/target/board/generic/
BoardConfig.mk 8 TARGET_NO_KERNEL := true
  /build/core/
product.mk 224 TARGET_NO_KERNEL \
Makefile 393 ifneq ($(strip $(TARGET_NO_KERNEL)),true)
449 else # TARGET_NO_KERNEL
626 # If neither TARGET_NO_KERNEL nor TARGET_NO_RECOVERY are true
627 ifeq (,$(filter true, $(TARGET_NO_KERNEL) $(TARGET_NO_RECOVERY)))
    [all...]
config.mk 163 # once we don't have TARGET_NO_KERNEL reference in AndroidBoard.mk/Android.mk.
175 ifneq ($(strip $(TARGET_NO_KERNEL)),true)

Completed in 512 milliseconds