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

  /device/google/bonito/
Android.mk 20 subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH)) macro
21 $(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
  /device/google/crosshatch/
Android.mk 20 subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH)) macro
21 $(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
  /device/google/wahoo/
Android.mk 20 subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH)) macro
21 $(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
  /device/generic/goldfish/
Android.mk 29 subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH)) macro
30 $(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
  /build/make/core/
main.mk 475 subdir_makefiles := $(SOONG_ANDROID_MK) $(file <$(OUT_DIR)/.module_paths/Android.mk.list) macro
476 subdir_makefiles_total := $(words int $(subdir_makefiles) post finish)
479 $(foreach mk,$(subdir_makefiles),$(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefiles_total)] including $(mk) ...)$(eval include $(mk)))
    [all...]

Completed in 183 milliseconds