5 lines
134 B
Makefile
5 lines
134 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifeq ($(BOARD_USES_CYANOGEN_HARDWARE),true)
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
endif
|