diff options
Diffstat (limited to 'services/audioflinger/Android.mk')
-rw-r--r-- | services/audioflinger/Android.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/services/audioflinger/Android.mk b/services/audioflinger/Android.mk index 22ecc54..69a4adc 100644 --- a/services/audioflinger/Android.mk +++ b/services/audioflinger/Android.mk @@ -120,12 +120,4 @@ ifeq ($(TARGET_SIMULATOR),true) endif endif -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 - include $(BUILD_SHARED_LIBRARY) |