Skip to content

Commit b975ae4

Browse files
gkastenAndroid (Google) Code Review
authored andcommitted
Merge "Remove optional LVMX service"
2 parents 566e8ba + de57586 commit b975ae4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

cmds/servicemanager/Android.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ include $(CLEAR_VARS)
99
LOCAL_SHARED_LIBRARIES := liblog
1010
LOCAL_SRC_FILES := service_manager.c binder.c
1111
LOCAL_MODULE := servicemanager
12-
ifeq ($(BOARD_USE_LVMX),true)
13-
LOCAL_CFLAGS += -DLVMX
14-
endif
1512
include $(BUILD_EXECUTABLE)

cmds/servicemanager/service_manager.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ static struct {
2727
unsigned uid;
2828
const char *name;
2929
} allowed[] = {
30-
#ifdef LVMX
31-
{ AID_MEDIA, "com.lifevibes.mx.ipc" },
32-
#endif
3330
{ AID_MEDIA, "media.audio_flinger" },
3431
{ AID_MEDIA, "media.player" },
3532
{ AID_MEDIA, "media.camera" },

0 commit comments

Comments
 (0)