Skip to content
Snippets Groups Projects
Commit fa1b61e6 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 4ea6d000 on remote branch

Change-Id: I2b131b74971225449565453831c3c61cc8ea8d38
parents 48af7c8a 4ea6d000
No related branches found
No related tags found
No related merge requests found
LOCAL_PATH := $(call my-dir)
#Disable WFD for selected 32-bit targets
ifeq ($(call is-board-platform,bengal),true)
ifeq ($(TARGET_BOARD_SUFFIX),_32)
WFD_DISABLE_PLATFORM_LIST := bengal
endif
endif
ifneq ($(call is-board-platform-in-list,$(WFD_DISABLE_PLATFORM_LIST)),true)
include $(call all-makefiles-under, $(LOCAL_PATH))
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment