6 lines
123 B
Makefile
6 lines
123 B
Makefile
ifeq (0,1)
|
|
ifeq ($(BOARD_USES_WIPOWER),true)
|
|
LOCAL_PATH := $(call my-dir)
|
|
include $(call all-subdir-makefiles)
|
|
endif
|
|
endif
|