commit | fafdcd568a86688c03adfd0930f67df1c225f7e1 | [log] [tgz] |
---|---|---|
author | Manu Prasad <mpras@codeaurora.org> | Fri Apr 10 13:29:40 2020 +0530 |
committer | Manu Prasad <mpras@codeaurora.org> | Mon May 04 18:39:47 2020 +0530 |
tree | 6adee31c93e96b008de60e05d87d8b8162cf202c | |
parent | 1e18ad9befebffd3892801e7bca0e51458445807 [diff] |
libaac: Disable WFD on low RAM targets Change-Id: I5294cfeaf3b5008e173afaa016c87791cb24f5ca
diff --git a/Android.mk b/Android.mk index 560508e..f8f2bb4 100644 --- a/Android.mk +++ b/Android.mk
@@ -8,5 +8,7 @@ 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