Skip to content
Snippets Groups Projects
Commit 4ea6d000 authored by Indranil's avatar Indranil
Browse files

libaac: Disable WFD feature

Change-Id: Iacac14b3e266472036b052ab2616bd021776d6b8
parent f632e7c2
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