summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManu Prasad <mpras@codeaurora.org>2020-04-10 13:29:40 +0530
committerManu Prasad <mpras@codeaurora.org>2020-05-04 18:39:47 +0530
commitfafdcd568a86688c03adfd0930f67df1c225f7e1 (patch)
tree6adee31c93e96b008de60e05d87d8b8162cf202c
parent1e18ad9befebffd3892801e7bca0e51458445807 (diff)
libaac: Disable WFD on low RAM targets
Change-Id: I5294cfeaf3b5008e173afaa016c87791cb24f5ca
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 560508e..f8f2bb4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -8,5 +8,7 @@ endif
endif
ifneq ($(call is-board-platform-in-list,$(WFD_DISABLE_PLATFORM_LIST)),true)
+ifneq ($(TARGET_HAS_LOW_RAM), true)
include $(call all-makefiles-under, $(LOCAL_PATH))
endif
+endif