de57586c90
Change-Id: I64121d320b756e46869b82b79e49aebacbac3a48
13 lines
304 B
Makefile
13 lines
304 B
Makefile
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
|
|
include $(BUILD_EXECUTABLE)
|