Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d951d88c authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Use proper config to enable LVMX.

Change-Id: Ic8792e2b48110b2e91903e2e407b828a97d6e531
parent fe62d04c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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