summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-03-09 18:13:59 -0800
committerJean-Baptiste Queru <jbq@google.com>2010-03-09 18:13:59 -0800
commit99c085bd5a34cfe4311f97beac5914cd51004522 (patch)
tree32c137d71670e63014b363775944d2804cd647bf /libs
parentae58f6d7473c67d76b6c6373794fd1a77543ddb4 (diff)
downloadframeworks_base-99c085bd5a34cfe4311f97beac5914cd51004522.zip
frameworks_base-99c085bd5a34cfe4311f97beac5914cd51004522.tar.gz
frameworks_base-99c085bd5a34cfe4311f97beac5914cd51004522.tar.bz2
Use proper config to enable LVMX
Change-Id: Ifa75a82884b99aeee139e055f40e7c510cf28213
Diffstat (limited to 'libs')
-rw-r--r--libs/audioflinger/Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/audioflinger/Android.mk b/libs/audioflinger/Android.mk
index 29e4a57..870c0b8 100644
--- a/libs/audioflinger/Android.mk
+++ b/libs/audioflinger/Android.mk
@@ -119,14 +119,12 @@ ifeq ($(TARGET_SIMULATOR),true)
endif
endif
-ifeq ($(LVMX),true)
- ifeq ($(TARGET_ARCH),arm)
+ifeq ($(BOARD_USE_LVMX),true)
LOCAL_CFLAGS += -DLVMX
LOCAL_C_INCLUDES += vendor/nxp
LOCAL_STATIC_LIBRARIES += liblifevibes
LOCAL_SHARED_LIBRARIES += liblvmxservice
# LOCAL_SHARED_LIBRARIES += liblvmxipc
- endif
endif
include $(BUILD_SHARED_LIBRARY)