rules.mk 211 B

1234567
  1. src_LOCAL_PATH := $(call whereami)
  2. include $(wildcard $(src_LOCAL_PATH)/*/rules.mk)
  3. SRCS_C += $(wildcard $(src_LOCAL_PATH)/*/*.c)
  4. SRCS_CPP += $(wildcard $(src_LOCAL_PATH)/*/*.cpp)
  5. INCLUDE += $(src_LOCAL_PATH)