Use proper config to enable LVMX.

Change-Id: Ic8792e2b48110b2e91903e2e407b828a97d6e531
This commit is contained in:
Glenn Kasten
2010-03-09 18:38:25 -08:00
parent fe62d04c30
commit d951d88c17

View File

@@ -10,10 +10,8 @@ include $(CLEAR_VARS)
LOCAL_SHARED_LIBRARIES := liblog
LOCAL_SRC_FILES := service_manager.c binder.c
LOCAL_MODULE := servicemanager
ifeq ($(LVMX),true)
ifeq ($(TARGET_ARCH),arm)
ifeq ($(BOARD_USE_LVMX),true)
LOCAL_CFLAGS += -DLVMX
endif
endif
include $(BUILD_EXECUTABLE)
endif