2009-03-03 19:31:44 -08:00
|
|
|
ifneq ($(TARGET_SIMULATOR),true)
|
|
|
|
LOCAL_PATH:= $(call my-dir)
|
|
|
|
|
|
|
|
#include $(CLEAR_VARS)
|
|
|
|
#LOCAL_SRC_FILES := bctest.c binder.c
|
|
|
|
#LOCAL_MODULE := bctest
|
|
|
|
#include $(BUILD_EXECUTABLE)
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SHARED_LIBRARIES := liblog
|
|
|
|
LOCAL_SRC_FILES := service_manager.c binder.c
|
|
|
|
LOCAL_MODULE := servicemanager
|
2010-03-09 18:38:25 -08:00
|
|
|
ifeq ($(BOARD_USE_LVMX),true)
|
2010-03-05 12:18:01 -08:00
|
|
|
LOCAL_CFLAGS += -DLVMX
|
|
|
|
endif
|
2009-03-03 19:31:44 -08:00
|
|
|
include $(BUILD_EXECUTABLE)
|
|
|
|
endif
|