The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | ifneq ($(TARGET_SIMULATOR),true) |
2 | LOCAL_PATH:= $(call my-dir) | ||||
3 | |||||
4 | #include $(CLEAR_VARS) | ||||
5 | #LOCAL_SRC_FILES := bctest.c binder.c | ||||
6 | #LOCAL_MODULE := bctest | ||||
7 | #include $(BUILD_EXECUTABLE) | ||||
8 | |||||
9 | include $(CLEAR_VARS) | ||||
10 | LOCAL_SHARED_LIBRARIES := liblog | ||||
11 | LOCAL_SRC_FILES := service_manager.c binder.c | ||||
12 | LOCAL_MODULE := servicemanager | ||||
13 | include $(BUILD_EXECUTABLE) | ||||
14 | endif |