| Mike Lockwood | 94afecf | 2012-10-24 10:45:23 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | |||||
| 3 | #include $(CLEAR_VARS) | ||||
| 4 | #LOCAL_SRC_FILES := bctest.c binder.c | ||||
| 5 | #LOCAL_MODULE := bctest | ||||
| 6 | #include $(BUILD_EXECUTABLE) | ||||
| 7 | |||||
| 8 | include $(CLEAR_VARS) | ||||
| 9 | LOCAL_SHARED_LIBRARIES := liblog | ||||
| 10 | LOCAL_SRC_FILES := service_manager.c binder.c | ||||
| 11 | LOCAL_MODULE := servicemanager | ||||
| 12 | include $(BUILD_EXECUTABLE) | ||||