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

Commit 4aaf256e authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android (Google) Code Review
Browse files

Merge "Use proper config to enable LVMX."

parents c5734603 d951d88c
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