7 lines
167 B
Makefile
7 lines
167 B
Makefile
ifeq ($(TARGET_BOARD_PLATFORM),lito)
|
|
ifneq ($(BUILD_WITHOUT_VENDOR),true)
|
|
LOCAL_PATH := $(call my-dir)
|
|
include $(call first-makefiles-under,$(LOCAL_PATH))
|
|
endif
|
|
endif
|