1ifeq ($(TARGET_BOARD_PLATFORM),lito) 2ifneq ($(BUILD_WITHOUT_VENDOR),true) 3LOCAL_PATH := $(call my-dir) 4include $(call first-makefiles-under,$(LOCAL_PATH)) 5endif 6endif 7