Use proper config to enable LVMX.
Change-Id: Ic8792e2b48110b2e91903e2e407b828a97d6e531
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user