summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-03-09 18:43:57 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-03-09 18:43:57 -0800
commitc57346035aa4ee2b08e4f8c5653923613d16250f (patch)
treec7202df6444c76f962462c6b2778449c2efe7321 /libs
parentfe62d04c30e7b3abe408b56c7744c7f547c57640 (diff)
parent99c085bd5a34cfe4311f97beac5914cd51004522 (diff)
downloadframeworks_base-c57346035aa4ee2b08e4f8c5653923613d16250f.zip
frameworks_base-c57346035aa4ee2b08e4f8c5653923613d16250f.tar.gz
frameworks_base-c57346035aa4ee2b08e4f8c5653923613d16250f.tar.bz2
Merge "Use proper config to enable LVMX"
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)